From c1f597d9a13a6a4df80d9969fe7845b45bddf402 Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Fri, 8 Apr 2016 22:38:07 +0300 Subject: [PATCH] opcache config.m4: Use = for comparison --- ext/opcache/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index f6e6ca9444..5a8b86c148 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -359,7 +359,7 @@ AC_TRY_RUN([ AC_MSG_RESULT("yes") ], AC_MSG_RESULT("no") ) -if test "$flock_type" == "unknown"; then +if test "$flock_type" = "unknown"; then AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no]) fi -- 2.40.0