From 8267f4f59e06f7ee0a7428bae4a4570af1f53e21 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 15 May 2011 20:22:43 +0200 Subject: [PATCH] add gmp flags to pkg-config file Signed-off-by: Sven Verdoolaege --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index a7cb540..d648968 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4