Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
configure.ac: Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 3, 2022
1 parent a683934 commit f2d1576
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 @@ -134,7 +134,7 @@ AC_ARG_ENABLE([editable],

AC_ARG_ENABLE([wheels],
[AS_HELP_STRING([--enable-wheels],
[build and update wheels for the Sage library])],
[build wheels for the Sage library and update them on "sage -b"; if disabled, use "make wheels" to build wheels])],
[AC_SUBST([SAGE_WHEELS], [$enableval])],
[])

Expand Down

0 comments on commit f2d1576

Please sign in to comment.