2002-03-06 Tor Lillqvist <tml@iki.fi>

Author: tml
Date: 2002-03-06 01:42:43 GMT
2002-03-06  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Use GLib 2.x on Win32.
This commit is contained in:
Arch Librarian 2005-07-14 13:05:07 +00:00
parent a96350cdef
commit a7bb0b431d
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-03-06 Tor Lillqvist <tml@iki.fi>
* configure.in: Use GLib 2.x on Win32.
2002-02-28 Havoc Pennington <hp@redhat.com>
* pkg-config.1: add a note about the need for AC_SUBST with

View file

@ -27,9 +27,9 @@ if test x$native_win32 = xyes; then
# anyway (especially using the auto*/configure/libtool
# mechanism). Others use prebuilt versions.
#
# These are correct for GLib 1.3.9
# These are correct for GLib 2.x
GLIB_CFLAGS="-I$includedir/glib-2.0 -I$libdir/glib-2.0/include"
GLIB_LIBS="-L$libdir -lglib-1.3 -liconv -lintl"
GLIB_LIBS="-L$libdir -lglib-2.0 -liconv -lintl"
AC_SUBST(GLIB_LIBS)
AC_SUBST(GLIB_CFLAGS)