mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-09 04:48:05 +02:00
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:
parent
a96350cdef
commit
a7bb0b431d
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue