]> granicus.if.org Git - php/commit
opcache config.m4: Use = for comparison
authorGuillaume Outters <guillaume-github@outters.eu>
Thu, 28 Jan 2016 21:54:24 +0000 (22:54 +0100)
committerNikita Popov <nikic@php.net>
Fri, 29 Jan 2016 16:02:21 +0000 (17:02 +0100)
commitd01566fe2f604757de4d5445c3ae1d436584fc61
tree16c37ee012b19d5c71c91ed2cef49c2a6ec3eebe
parent10b2172f01eec22fddb8c3a10e8256c7c13db486
opcache config.m4: Use = for comparison

HAVE_OPCACHE_FILE_CACHE and HAVE_HUGE_CODE_PAGES where not
correctly set on old systems (e.g. FreeBSD 8), due to a PHPism in
config.m4.  Using the standard shell operator = instead of == makes
the configure script produce the correct output.
ext/opcache/config.m4