add gmp flags to pkg-config file
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 15 May 2011 18:22:43 +0000 (20:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 15 May 2011 21:37:42 +0000 (23:37 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac

index a7cb540..d648968 100644 (file)
@@ -82,6 +82,9 @@ if test "$with_piplib" != "no"; then
 fi
 AM_CONDITIONAL(HAVE_PIPLIB, test x$have_piplib = xtrue)
 
+PACKAGE_CFLAGS="$GMP_CPPFLAGS"
+PACKAGE_LDFLAGS="$GMP_LDFLAGS"
+PACKAGE_LIBS="-lisl -lgmp"
 AX_CREATE_PKGCONFIG_INFO
 
 AX_DETECT_GIT_HEAD