From 91ca9b7d53cc1cd9c8cc7506b8b04fa0127c58c3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 24 Jul 2008 14:17:54 +0000 Subject: [PATCH] MFH: set GCC to "no" if ICC was detected --- acinclude.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 59eaed2017..9c081f01ba 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2751,7 +2751,7 @@ ifelse([$2],[],[AC_MSG_ERROR([Cannot find php_pdo_driver.h.])],[$2]) dnl dnl PHP_DETECT_ICC -dnl +dnl Detect Intel C++ Compiler and unset $GCC if ICC found AC_DEFUN([PHP_DETECT_ICC], [ ICC="no" @@ -2760,6 +2760,7 @@ AC_DEFUN([PHP_DETECT_ICC], ICC="no" AC_MSG_RESULT([no]), ICC="yes" + GCC="no" AC_MSG_RESULT([yes]) ) ]) -- 2.50.1