]> git.pld-linux.org Git - packages/libtool.git/blame - libtool-am18.patch
- kill some strange brackets which confused automake 1.8
[packages/libtool.git] / libtool-am18.patch
CommitLineData
a60e6d2b
JB
1--- libtool-1.5/libtool.m4.orig 2003-12-13 00:34:23.000000000 +0100
2+++ libtool-1.5/libtool.m4 2003-12-13 00:42:07.275166512 +0100
3@@ -2498,7 +2498,7 @@
4 fi
5 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
6 AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
7- if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :
8+ if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then :
9 else
10 AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
11 _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
This page took 0.030813 seconds and 4 git commands to generate.