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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
embray authored and dimpase committed Feb 25, 2019
1 parent b80bf72 commit 0ca3f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/ecm/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ else
fi
echo " --prefix=\"$SAGE_LOCAL\""
echo " --libdir=\"$SAGE_LOCAL/lib\""
if [ -n "$SAGE_GMP_CONFIGURE" ]; then
if [ -n "$SAGE_CONFIGURE_GMP" ]; then
echo " --with-gmp=\"$SAGE_LOCAL\""
fi

Expand Down

0 comments on commit 0ca3f56

Please sign in to comment.