From f596c953e449d97d1c1d21011ef8d391e1e1ff48 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 23 Mar 2015 12:00:37 +0300 Subject: [PATCH] Fixed PHP_CHECK_BUILTIN_EXPECT setting --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) ]) -- 2.50.1