]> err.no Git - pkg-config/commitdiff
2002-03-06 Tor Lillqvist <tml@iki.fi>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:07 +0000 (13:05 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:07 +0000 (13:05 +0000)
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.

ChangeLog
configure.in

index ceee071ff919eba134362ad4752a6eb9b892c8b6..3b99bba5e02fa7bf4425c8b31dae0ba3a9d1ec7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d38ae34e73ee4e41d64e7241c771fa3fc19b487e..2285d9b7f9bfa8f34c7d9711a1404ca0f6b42ddc 100644 (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)