From: mjwybrow Date: Sat, 3 Feb 2007 02:30:18 +0000 (+0000) Subject: * configure.ac: Don't pass CXXFLAGS to the CXX command that is used to X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d11f759192c825d8ed7463a725c8e6bfb38d53e0;p=inkscape.git * 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. --- 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