summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f540cab11..b3af2153b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -418,6 +418,8 @@ fi
# Checks for libraries.
AC_CHECK_LIB(gmp, __gmpz_init, , [AC_MSG_ERROR([GNU MP not found, see http://gmplib.org/])])
+AC_CHECK_LIB(gmpxx, __gmpz_init, , AC_MSG_ERROR(libgmpxx.a is not found))
+
# Check for antlr C++ runtime (defined in config/antlr.m4)
AC_LIB_ANTLR
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback