]> git.pld-linux.org Git - packages/crossmingw32-pango.git/blob - pango-lt.patch
- more
[packages/crossmingw32-pango.git] / pango-lt.patch
1 --- pango-1.20.0/configure.in.orig      2008-03-10 16:19:53.000000000 +0100
2 +++ pango-1.20.0/configure.in   2008-03-12 23:58:25.478798103 +0100
3 @@ -124,6 +124,8 @@
4  fi
5  
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  AC_MSG_CHECKING([for some Win32 platform])
11  case "$host" in
12 @@ -664,7 +664,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.037722 seconds and 3 git commands to generate.