]> git.pld-linux.org Git - packages/crossmingw32-gtk+2.git/blob - gtk+2-lt.patch
- libtool 2.2 compatibility
[packages/crossmingw32-gtk+2.git] / gtk+2-lt.patch
1 --- gtk+-2.12.9/configure.in.orig       2008-03-12 05:17:28.000000000 +0100
2 +++ gtk+-2.12.9/configure.in    2008-03-13 16:46:46.974565097 +0100
3 @@ -166,6 +166,8 @@
4  
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  # Make sure we use 64-bit versions of various file stuff.
11  AC_SYS_LARGEFILE
12 @@ -377,7 +379,7 @@
13  case $enable_explicit_deps in
14    auto)
15      export SED
16 -    deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
17 +    deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
18      if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
19        enable_explicit_deps=yes  
20      else
This page took 0.08433 seconds and 3 git commands to generate.