We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45048b commit 0ddc3a2Copy full SHA for 0ddc3a2
ext/pcre/config0.m4
@@ -77,7 +77,7 @@ else
77
78
AC_CACHE_CHECK([whether Intel CET is enabled], ac_cv_have_pcre2_intel_cet, [
79
AC_COMPILE_IFELSE([
80
- AC_LANG_SOURCE([[
+ AC_LANG_PROGRAM([[
81
#ifndef __CET__
82
# error CET is not enabled
83
#endif
@@ -86,10 +86,10 @@ else
86
], [
87
ac_cv_have_pcre2_intel_cet=no
88
])
89
- if test "$ac_cv_have_pcre2_intel_cet" = yes; then
90
- PHP_PCRE_CFLAGS="-mshstk $PHP_PCRE_CFLAGS"
91
- fi
92
+ if test "$ac_cv_have_pcre2_intel_cet" = yes; then
+ PHP_PCRE_CFLAGS="-mshstk $PHP_PCRE_CFLAGS"
+ fi
93
94
else
95
AC_MSG_RESULT([no])
0 commit comments