]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blob - glib2-lt.patch
- early libtool generation when using libtool 2.2
[packages/crossmingw32-glib2.git] / glib2-lt.patch
1 --- glib-2.16.1/configure.in.orig       2008-03-11 01:39:26.000000000 +0100
2 +++ glib-2.16.1/configure.in    2008-03-11 19:06:21.452494461 +0100
3 @@ -503,6 +503,8 @@
4  AM_DISABLE_STATIC
5  AC_LIBTOOL_WIN32_DLL
6  AM_PROG_LIBTOOL
7 +dnl when using libtool 2.x create libtool early, because it's used in configure
8 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
9  
10  if test "x$GCC" = "xyes"; then
11    case " $CFLAGS " in
This page took 0.076908 seconds and 3 git commands to generate.