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

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed May 22, 2019
1 parent 7871a34 commit b4c6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/ntl/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SAGE_SPKG_CONFIGURE([ntl], [
AC_LINK_IFELSE([
AC_LANG_PROGRAM([[#include <NTL/ZZ.h>]],
[[NTL::ZZ a;]]
)], [LIBS=$LIBS -lntl]
)], [LIBS="$LIBS -lntl"]
[AC_MSG_RESULT([yes])], [
AC_MSG_RESULT([no]); sage_spkg_install_ntl=yes
])
Expand Down

0 comments on commit b4c6a96

Please sign in to comment.