Skip to content
Snippets Groups Projects
Commit 74453b26 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Check for whether we have gmp.h, as well as whether we have the gmp library

parent 48f011c6
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ case $target_os in
;;
esac
AC_CHECK_HEADER([gmp.h], , [HaveFrameworkGMP=NO; HaveLibGmp=NO; GMP_LIBS=])
dnl--------------------------------------------------------------------
dnl * Make sure we got some form of gmp
dnl--------------------------------------------------------------------
......
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