summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
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])
])