forked from Lainports/freebsd-ports
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
6 lines
198 B
Text
6 lines
198 B
Text
SAGE_SPKG_CONFIGURE([ecl], [
|
|
AC_PATH_PROG([ECL], [ecl])
|
|
AS_IF([test x$ECL = x], [
|
|
AC_MSG_NOTICE([ecl not found. Installing ecl])
|
|
sage_spkg_install_ecl=yes])
|
|
])
|