summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 5b8d46e..ceedaaa 100755
--- a/configure
+++ b/configure
@@ -7369,14 +7369,14 @@ g++*)
icc*)
# The Intel CC compiler on Unix systems matches the ABI of the g++
# that is found on PATH
- COMPILER="icc"
- COMPAT_COMPILER="g++-4"
+ COMPAT_COMPILER="icc"
+ COMPILER="g++-4"
case "`g++ -dumpversion` 2>/dev/null" in
2.95.*)
- COMPAT_COMPILER="g++-2.95.*"
+ COMPILER="g++-2.95.*"
;;
3.*)
- COMPAT_COMPILER="g++-3.*"
+a COMPILER="g++-3.*"
;;
*)
;;