Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
6fefe35b
Commit
6fefe35b
authored
May 03, 2000
by
Marc Lehmann
Browse files
*** empty log message ***
parent
145cdfab
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6fefe35b
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
...
...
configure.in
View file @
6fefe35b
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment