Skip to content
Snippets Groups Projects
Commit f6ed06cb authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[gmp.m4]

Add check for libgmpxx.
It should not happen but I had the problem with two systems (Mac OS X
and Hermit XE6) that gmpxx.hh was found but no libgmpxx.

[[Imported from SVN: r7057]]
parent c9cd62a9
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,12 @@ AC_DEFUN([DUNE_CHECK_PATH_GMP],[
HAVE_GMP=no
AC_MSG_WARN(libgmp not found)])
])
AS_IF([test $HAVE_GMP = yes],[
DUNE_CHECK_LIB_EXT([$1/lib], gmpxx,[__gmpz_abs],[],[
HAVE_GMP=no
AC_MSG_WARN(libgmpxx not found)])
])
CPPFLAGS="$ac_save_CPPFLAGS"
LIBS="$ac_save_LIBS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment