diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-01-11 15:23:41 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-01-11 15:23:41 +0000 |
commit | ceb92e786a65c4acd656c66efe7d37b9df7f39bc (patch) | |
tree | e73607a727ecbcff765fe6328121614d103bb02d /configure | |
parent | 493cb6ef0a6e706353df9f2eda57f6721c6a0dfe (diff) | |
download | gdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.zip gdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.tar.gz gdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.tar.bz2 |
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Change == to = in test command.
* configure: Regenerate.
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
(ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2363,7 +2363,7 @@ if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; have_gmp=yes fi -if test -d ${srcdir}/gcc && test "x$have_gmp" == xno; then +if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then have_gmp=yes saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $gmpinc" |