summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-14 19:18:24 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-14 19:18:24 +0200
commitc06b0b79662ec07b2ddf941239f45374ddbca03b (patch)
tree7366e88eedb693059b03c93c922d6dc81d2913de /configure.ac
parent38a41cfa63db591d3b3c0f4bc7d9587c94db4f9b (diff)
don't link pnmcurve against fltk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fa45f8e..b4044f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,8 +51,10 @@ if test "x$FLTKCONFIG" = x; then
exit 1
fi
-CXXFLAGS="`$FLTKCONFIG --cflags` $CXXFLAGS"
-LIBS="`$FLTKCONFIG --ldflags` $LIBS"
+FLTKCXXFLAGS="`$FLTKCONFIG --cflags` $CXXFLAGS"
+FLTKLDFLAGS="`$FLTKCONFIG --ldflags` $LIBS"
+AC_SUBST(FLTKLDFLAGS)
+AC_SUBST(FLTKCXXFLAGS)
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT