mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-11 13:51:04 +08:00
* lib/autoconf/libs.m4 (AC_PATH_XTRA): Fixed a typo
in the restoring of the werror flag.
This commit is contained in:
parent
dac52fe6c9
commit
75a9e8db40
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user