Skip to content

Commit

Permalink
unbreak "--disable-sage_conf"
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 4, 2024
1 parent 8a972c4 commit b488cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ AS_IF([test "x$enable_download_from_upstream_url" = "xyes"], [
])
AC_SUBST([SAGE_SPKG_OPTIONS])

AC_ARG_ENABLE([sagelib],
AC_ARG_ENABLE([sage_conf],
AS_HELP_STRING([--disable-sage_conf],
[disable build of the sage_conf package]), [
for pkg in sage_conf; do
Expand Down

0 comments on commit b488cff

Please sign in to comment.