Wed Apr 23 12:14:00 2003 Michael Jennings (mej)

Apparently some versions of gcc (or maybe ld?) don't like duplicate
libraries on the link line.  Fix provided by Mark <somnione@gmx.net>.


SVN revision: 6876
This commit is contained in:
Michael Jennings 2003-04-23 16:16:23 +00:00
parent 7408857d22
commit 8ae4b7db7e
2 changed files with 6 additions and 1 deletions

View File

@ -5034,3 +5034,8 @@ Cleaned up all the warnings in libscream.c and Esetroot.c.
Updated the spec file to depend on imlib2 and the JPEG/PNG loaders.
I hate to do that, but it seems necessary.
----------------------------------------------------------------------
Wed Apr 23 12:14:00 2003 Michael Jennings (mej)
Apparently some versions of gcc (or maybe ld?) don't like duplicate
libraries on the link line. Fix provided by Mark <somnione@gmx.net>.
----------------------------------------------------------------------

View File

@ -501,7 +501,7 @@ if test "$FOUND_LIBAST" -lt "$LIBAST_MIN"; then
fi
if test "$FOUND_LIBAST" -ge "$LIBAST_MIN"; then
if test ! -z "$LIBAST_CONFIG"; then
GRLIBS="-last $GRLIBS"
#GRLIBS="-last $GRLIBS"
AC_DEFINE(HAVE_LIBAST)
test "$prefix" = "NONE" && prefix="`$LIBAST_CONFIG --prefix`"
SUPPORT_FLAGS="`$LIBAST_CONFIG --support`"