make gmp optional
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@205 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
ed9abae0a3
commit
c8c7e97cf1
@ -50,7 +50,7 @@ AC_ARG_WITH(gmp,
|
||||
yap_cv_gmp=$with_gmp
|
||||
LDFLAGS="$LDFLAGS -L${yap_cv_gmp}/lib"
|
||||
CPPFLAGS="$CPPFLAGS -I${yap_cv_gmp}/include"
|
||||
fi
|
||||
fi,
|
||||
[yap_cv_gmp=yes])
|
||||
|
||||
AC_ARG_WITH(readline,
|
||||
|
Reference in New Issue
Block a user