From: Dmitry Stogov Date: Mon, 23 Mar 2015 09:00:37 +0000 (+0300) Subject: Fixed PHP_CHECK_BUILTIN_EXPECT setting X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~527 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f596c953e449d97d1c1d21011ef8d391e1e1ff48;p=php Fixed PHP_CHECK_BUILTIN_EXPECT setting --- diff --git a/acinclude.m4 b/acinclude.m4 index 478ea31761..b4f82f1447 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3046,6 +3046,6 @@ AC_DEFUN([PHP_CHECK_BUILTIN_EXPECT], [ AC_MSG_RESULT([no]) ]) - AC_DEFINE([PHP_HAVE_BUILTIN_EXPECT], [$have_builtin_expect], [Whether the compiler supports __builtin_expect]) + AC_DEFINE_UNQUOTED([PHP_HAVE_BUILTIN_EXPECT], [$have_builtin_expect], [Whether the compiler supports __builtin_expect]) ])