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

Commit

Permalink
typo in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed May 21, 2019
1 parent 4f6434c commit a672706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sage-env-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ export SAGE_FLINT_PREFIX="@SAGE_FLINT_PREFIX@"
if [ -n "$SAGE_FLINT_PREFIX" ]; then
# Some packages that depend on FLINT accept a --with-flint=<prefix> flag to
# their ./configure scripts. Thus we deal with this just as with GMP above.
export SAGE_CONFIGURE_FLINT="--with-mpc=$SAGE_FLINT_PREFIX"
export SAGE_CONFIGURE_FLINT="--with-flint=$SAGE_FLINT_PREFIX"
fi

0 comments on commit a672706

Please sign in to comment.