From 960fc6f0618b34207ab936d4cf0e48926a9de773 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 4 Nov 1998 08:15:36 +0000 Subject: [PATCH] * libtool.m4 (sco): fix typo --- ChangeLog | 4 ++++ libtool.m4 | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d387830af..68f525c26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-04 Alexandre Oliva + + * libtool.m4 (sco): fix typo + 1998-11-04 Ian Lance Taylor * ltconfig.in: On AIX, don't treat GNU ld specially. diff --git a/libtool.m4 b/libtool.m4 index 76fd71cf5..d39c52d16 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -21,7 +21,7 @@ ## configuration script generated by Autoconf, you may include it under ## the same distribution terms that you use for the rest of that program. -# serial 27 AM_PROG_LIBTOOL +# serial 28 AM_PROG_LIBTOOL AC_DEFUN(AM_PROG_LIBTOOL, [AC_REQUIRE([AM_ENABLE_SHARED])dnl AC_REQUIRE([AM_ENABLE_STATIC])dnl @@ -74,7 +74,7 @@ case "$host" in [AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVED_CFLAGS" + CFLAGS="$SAVE_CFLAGS" fi ;; esac -- 2.47.3