*** empty log message ***

This commit is contained in:
Marc Lehmann 2000-05-03 00:52:57 +00:00
parent 145cdfabd7
commit 6fefe35bc9
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Wed May 3 02:40:12 CEST 2000 Marc Lehmann <pcg@goof.com>
* 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 <mitch@gimp.org>
* app/main.c

View File

@ -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"