From 6fefe35bc90cbd2a8145b9bad16c16fbdc0626ee Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Wed, 3 May 2000 00:52:57 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8f9fb847b8..82722d43e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed May 3 02:40:12 CEST 2000 Marc Lehmann + + * configure.in: Remove $CFLAGS from perl's compiler flags. This + should fix the problems when perl's $CC and gimp's $CC are + different (and is not useful anyway). + + There shouldn't be any major perl build glitches left at this + moment. + 2000-05-02 Michael Natterer * app/main.c diff --git a/configure.in b/configure.in index ecd50d9cb9..49ee5ddf68 100644 --- a/configure.in +++ b/configure.in @@ -610,7 +610,7 @@ if test "x$enable_perl" != xno; then fi dnl these are gross hacks - GIMP_CFLAGS_NOUI="-I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS $CFLAGS" + GIMP_CFLAGS_NOUI="-I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS" GIMP_CFLAGS="$GIMP_CFLAGS_NOUI" GIMP_LIBS_NOUI="-L\$topdir/../../libgimp/.libs -L\$topdir/../../libgimp -lgimp $GLIB_LIBS $LIBS" GIMP_LIBS="$GIMP_LIBS_NOUI -lgimpui"