updated for function/library ordering, as suggested by
authoraland <aland>
Mon, 3 Jan 2000 15:40:27 +0000 (15:40 +0000)
committeraland <aland>
Mon, 3 Jan 2000 15:40:27 +0000 (15:40 +0000)
Steve Ames <steve@virtual-voodoo.com>

src/modules/checkconfig

index bf71918..b472110 100755 (executable)
@@ -57,7 +57,7 @@ fi
 #
 #######################################################################
 compile() {
-gcc $CFLAGS $LIBS tmp$$.c -o tmp$$ 2>/dev/null 1>/dev/null
+gcc $CFLAGS tmp$$.c $LIBS -o tmp$$ 2>/dev/null 1>/dev/null
 if [ "$?" = "0" ];then
   echo yes
   echo $DEF=$LIBS >>config.mak