From c06b0b79662ec07b2ddf941239f45374ddbca03b Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 14 Oct 2008 19:18:24 +0200 Subject: don't link pnmcurve against fltk --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3