Skip to content

Commit b488cff

Browse files
committed
unbreak "--disable-sage_conf"
1 parent 8a972c4 commit b488cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ AS_IF([test "x$enable_download_from_upstream_url" = "xyes"], [
431431
])
432432
AC_SUBST([SAGE_SPKG_OPTIONS])
433433

434-
AC_ARG_ENABLE([sagelib],
434+
AC_ARG_ENABLE([sage_conf],
435435
AS_HELP_STRING([--disable-sage_conf],
436436
[disable build of the sage_conf package]), [
437437
for pkg in sage_conf; do

0 commit comments

Comments
 (0)