From: Paul Eggert Date: Sun, 6 Aug 2006 06:26:25 +0000 (+0000) Subject: * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo X-Git-Tag: AUTOCONF-2.60a~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a9e8db4062890274e900bc22b7d8d9275b9451;p=thirdparty%2Fautoconf.git * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo in the restoring of the werror flag. --- diff --git a/ChangeLog b/ChangeLog index 942220a54..8d11e23f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-05 Alexandre Julliard (tiny change) + + * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo + in the restoring of the werror flag. + 2006-07-24 Paul Eggert * doc/autoconf.texi (Volatile Objects): Be even a little diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4 index dd279bf5a..a25380d13 100644 --- a/lib/autoconf/libs.m4 +++ b/lib/autoconf/libs.m4 @@ -409,7 +409,7 @@ else [AC_MSG_RESULT([yes]) X_LIBS="$X_LIBS -R $x_libraries"], [AC_MSG_RESULT([neither works])])]) - ac_[]_AC_LANG_ABBREV[]_werror_flag=ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag + ac_[]_AC_LANG_ABBREV[]_werror_flag=$ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag LIBS=$ac_xsave_LIBS fi