--- parser3/configure 2005/11/24 14:02:55 1.83.6.2 +++ parser3/configure 2005/12/07 10:07:49 1.83.6.4 @@ -1662,7 +1662,7 @@ fi # Define the identity of the package. PACKAGE=parser - VERSION=3.1.5beta + VERSION=3.1.5 # Some tools Automake needs. @@ -4196,7 +4196,10 @@ _ACEOF if test -z "$GLIB_CONFIG"; then GLIB_CONFIG=$XMLBIN/glib-config if test \! -x $GLIB_CONFIG; then - GLIB_CONFIG=glib-config + GLIB_CONFIG=$XMLBIN/glib2-config + if test \! -x $GLIB_CONFIG; then + GLIB_CONFIG=glib-config + fi fi fi GLIB_CFLAGS=`$GLIB_CONFIG --cflags`