Force using glib 1.2.x.

This commit is contained in:
Pavel Roskin 2003-09-22 21:07:59 +00:00
parent c92b530b5f
commit dc41843825
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if test -f glist.c; then : ; else
fi
rm -rf "$GLIB_INSTDIR"
./configure --disable-shared --prefix="$GLIB_INSTDIR" || exit 1
./configure --disable-shared --with-glib12 --prefix="$GLIB_INSTDIR" || exit 1
make all || exit 1
make install || exit 1