When testing to see if glib exists, set LIBS="$GLIB_LIBS $LIBS" NOT
authorElliot Lee <sopwith@src.gnome.org>
Thu, 31 Dec 1998 20:58:03 +0000 (20:58 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Thu, 31 Dec 1998 20:58:03 +0000 (20:58 +0000)
commitb16bea1a87ff83906c1c3e522e65eba054553799
treee698b606371c2ab80885812b398e1c0ceb4e4ac4
parentc3dc4fafbf66f60e573a89c631d6a926f856f7ae
When testing to see if glib exists, set LIBS="$GLIB_LIBS $LIBS" NOT

When testing to see if glib exists, set
LIBS="$GLIB_LIBS $LIBS"
NOT
LIBS="$LIBS $GLIB_LIBS"
because order matters - if the user specifies their own $LIBS to
./configure, these need to be passed in last.
glib.m4