From: Pavel Roskin Date: Thu, 7 Sep 2000 21:35:16 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of X-Git-Tag: release-1-3d~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c293643f7874ced135e798ed1627c003cf2a25a;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of changequote --- diff --git a/ChangeLog b/ChangeLog index 399ddd85e..fce799e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-07 Pavel Roskin + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of + changequote + 2000-09-07 Gary V. Vaughan * NEWS: Updated. diff --git a/libtool.m4 b/libtool.m4 index 5d6acaf85..ff1c992ce 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -597,16 +597,16 @@ fi ## END FIXME # Check for any special shared library compilation flags. -changequote(,)dnl if test -n "$ac_cv_prog_cc_shlib"; then AC_MSG_WARN([\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries]) +changequote(,)dnl if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$ac_cv_prog_cc_shlib[ ]" >/dev/null; then : +changequote([,])dnl else AC_MSG_WARN([add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure]) ac_cv_prog_cc_can_build_shared=no fi fi -changequote([,])dnl ## FIXME: this should be a separate macro ##