From 2c293643f7874ced135e798ed1627c003cf2a25a Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 7 Sep 2000 21:35:16 +0000 Subject: [PATCH] * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of changequote --- ChangeLog | 5 +++++ libtool.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 ## -- 2.47.3