summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2008-08-14 14:55:43 +0200
committerSven Verdoolaege <skimo@kotnet.org>2008-08-25 10:15:07 +0200
commit310e58a4767f91a1be5e5e46dbaef81901cf4336 (patch)
treea838ae48e66ae0bf569f9876dbdf0d14daef4115 /configure.ac
parentc4084e48d715859a1ce39847ffd4412535d8a263 (diff)
downloadisl-310e58a4767f91a1be5e5e46dbaef81901cf4336.tar.gz
isl-310e58a4767f91a1be5e5e46dbaef81901cf4336.tar.bz2
isl-310e58a4767f91a1be5e5e46dbaef81901cf4336.zip
link in polylib library in builddir
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9a246fe6..a93a5305 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"