diff options
Diffstat (limited to 'ext/opcache/config.m4')
| -rw-r--r-- | ext/opcache/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index 770c8034c0..15613285ff 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -14,11 +14,11 @@ PHP_ARG_ENABLE(huge-code-pages, whether to enable copying PHP CODE pages into HU if test "$PHP_OPCACHE" != "no"; then - if test "$PHP_OPCACHE_FILE" == "yes"; then + if test "$PHP_OPCACHE_FILE" = "yes"; then AC_DEFINE(HAVE_OPCACHE_FILE_CACHE, 1, [Define to enable file based caching (experimental)]) fi - if test "$PHP_HUGE_CODE_PAGES" == "yes"; then + if test "$PHP_HUGE_CODE_PAGES" = "yes"; then AC_DEFINE(HAVE_HUGE_CODE_PAGES, 1, [Define to enable copying PHP CODE pages into HUGE PAGES (experimental)]) fi |
