aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-19 22:21:10 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-19 22:21:10 +0000
commit34a0f3cffad19d24b3d36be9a39d69ae353889da (patch)
tree47a83ac68e7a7c1805198856f1e7c2d5e6629cfb /configure
parentc1102ce79aa237e26045e2a32867c79702cd5ad0 (diff)
downloadfsf-binutils-gdb-34a0f3cffad19d24b3d36be9a39d69ae353889da.zip
fsf-binutils-gdb-34a0f3cffad19d24b3d36be9a39d69ae353889da.tar.gz
fsf-binutils-gdb-34a0f3cffad19d24b3d36be9a39d69ae353889da.tar.bz2
Disable option checking in the toplevel, avoid 2.64 fopen glitch.
/: * configure.ac: Call AC_DISABLE_OPTION_CHECKING. (baseargs): Add --disable-option-checking. * configure: Regenerate. config/: * override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be empty if not defined, to avoid error with 2.59. (_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly 2.64, avoid per-language instances to drop fopen from test program.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ed4791b..1acfca7 100755
--- a/configure
+++ b/configure
@@ -1511,6 +1511,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
progname=$0
# if PWD already has a value, it is probably wrong.
if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
@@ -6546,6 +6547,7 @@ baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
if test "$silent" = yes; then
baseargs="$baseargs --silent"
fi
+baseargs="$baseargs --disable-option-checking"
# For the build-side libraries, we just need to pretend we're native,
# and not use the same cache file. Multilibs are neither needed nor