]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2006 06:26:25 +0000 (06:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2006 06:26:25 +0000 (06:26 +0000)
in the restoring of the werror flag.

ChangeLog
lib/autoconf/libs.m4

index 942220a54826042dbd96fdf11a50d6c07a7a7eef..8d11e23f73f172392a1cc540ff16a2d280e33a5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-05  Alexandre Julliard  <julliard@winehq.org>  (tiny change)
+
+       * lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
+       in the restoring of the werror flag.
+
 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Volatile Objects): Be even a little
index dd279bf5a51a1a1afc58785fd1bd3084a15a2940..a25380d1372f4cfdb60f18145fdce850427078bf 100644 (file)
@@ -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