summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2016-04-08 22:38:07 +0300
committerLior Kaplan <kaplanlior@gmail.com>2016-04-08 22:38:07 +0300
commitc1f597d9a13a6a4df80d9969fe7845b45bddf402 (patch)
tree2cf2a34591c4e1c815f3c9fc3ee76097e71ca702
parent5ed05bc6861ec95785d2a77adb221a496e493682 (diff)
downloadphp-git-c1f597d9a13a6a4df80d9969fe7845b45bddf402.tar.gz
opcache config.m4: Use = for comparison
-rw-r--r--ext/opcache/config.m42
1 files changed, 1 insertions, 1 deletions
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