From 8ae4b7db7e84d67f33faa93de1230e03fe9fedcb Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Wed, 23 Apr 2003 16:16:23 +0000 Subject: [PATCH] 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 . SVN revision: 6876 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f87c07e..d0c6239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 . +---------------------------------------------------------------------- diff --git a/configure.in b/configure.in index 8638bdf..2483e48 100644 --- a/configure.in +++ b/configure.in @@ -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`"