diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fa4d0479c..1a0b886da 100644 --- a/configure.ac +++ b/configure.ac @@ -377,7 +377,7 @@ dnl checks for compiler characteristics dnl ----------------------------------- if test x"$GCC" = x"yes"; then - GCC_VERSION="`"$CC" -dumpversion`" + GCC_VERSION="`$CC -dumpversion`" GCC_VERSION_MAJOR="`echo "$GCC_VERSION" | cut -d '.' -f1`" GCC_VERSION_MINOR="`echo "$GCC_VERSION" | cut -d '.' -f2`" GCC_VERSION_PATCHLEVEL="`echo "$GCC_VERSION" | cut -d '.' -f3`" |