Skip to content

Commit 332147a

Browse files
author
Release Manager
committed
gh-39067: unbreak "--disable-sage_conf" fix a copypasta typo which resulted in this feature never working ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39067 Reported by: Dima Pasechnik Reviewer(s): Kwankyu Lee
2 parents 8be428d + b488cff commit 332147a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
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)