From 310e58a4767f91a1be5e5e46dbaef81901cf4336 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 14 Aug 2008 14:55:43 +0200 Subject: [PATCH] link in polylib library in builddir --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9a246fe..a93a530 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,7 @@ case "$with_polylib" in AC_MSG_ERROR(no gmp polylib configured) fi POLYLIB_CPPFLAGS="-I$with_polylib_builddir/include -I$polylib_srcdir/include" + POLYLIB_LIBS="$with_polylib_builddir/libpolylibgmp.la" ;; system) POLYLIB_LIBS="-lpolylibgmp" -- 2.7.4