From a89ecacf28f9fe6ebd0fdf81a332e36f35f7a20f Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 7 Sep 1996 21:08:58 +0000 Subject: [PATCH] Insert -lobjc before rest of LIBS, not after. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1738 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 595bcae7e..744c12f5a 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,7 @@ if test $NeXTCC = 0; then if test $HAVE_LIBOBJC = 0; then AC_MSG_ERROR(Couldn't find GCC Objective C runtime library, libobjc.a) else - LIBS="$LIBS -lobjc" + LIBS="-lobjc $LIBS" fi fi