Skip to content

Commit

Permalink
Tweak and cleanup AC_FIND_GAP macro
Browse files Browse the repository at this point in the history
The only user visible change is that now instead of
  "GAP was compiled without GMP"
we print the less ambiguous message
  "GAP was compiled without its own GMP"
  • Loading branch information
fingolfin committed Nov 8, 2014
1 parent 4fb51c2 commit 976a98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/ac_find_gap.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Find the location of GAP
# Sets GAPROOT, GAPARCH and GAP_CPPFLAGS appropriately
# Can be configured using --with-gaproot=... and --with-configname=...
# Can be configured using --with-gaproot=... and CONFIGNAME=...
#######################################################################

AC_DEFUN([AC_FIND_GAP],
Expand Down Expand Up @@ -152,7 +152,7 @@ AC_DEFUN([AC_FIND_GAP],
GAP_CPPFLAGS="$GAP_CPPFLAGS -I$ARCHPATH/extern/gmp/include"
AC_MSG_RESULT([$ARCHPATH/extern/gmp/include/gmp.h])
else
AC_MSG_RESULT([not found, GAP was compiled without GMP])
AC_MSG_RESULT([not found, GAP was compiled without its own GMP])
fi;
AC_SUBST(GAPARCH)
Expand Down

0 comments on commit 976a98b

Please sign in to comment.