From 52e79097fa7db3ed6e15bcfdf14de8df21b81368 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Sat, 3 Feb 2007 02:30:18 +0000 Subject: * configure.ac: Don't pass CXXFLAGS to the CXX command that is used to determine the compiler version. This is required since some options cannot be specified along with '-v' such as those needed for building universal binaries under OS X. (bzr r2314) --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b05fe8eb2..3709c6ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,9 @@ dnl Verify our GCC version if test "x$GXX" = "xyes"; then AC_MSG_CHECKING([GNU compiler version]) - cc_version=["`$CXX $CXXFLAGS -v 2>&1 &1