From d11f759192c825d8ed7463a725c8e6bfb38d53e0 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Sat, 3 Feb 2007 02:30:18 +0000 Subject: [PATCH] * 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. --- 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