summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-03-23 12:00:37 +0300
committerDmitry Stogov <dmitry@zend.com>2015-03-23 12:00:37 +0300
commitf596c953e449d97d1c1d21011ef8d391e1e1ff48 (patch)
tree693a24e1b46f45a85ca96724aca027a2de7c1675 /acinclude.m4
parent44fd3902c0a10bc60df60d1bbec185c9cfc8318f (diff)
downloadphp-git-f596c953e449d97d1c1d21011ef8d391e1e1ff48.tar.gz
Fixed PHP_CHECK_BUILTIN_EXPECT setting
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
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])
])