]> granicus.if.org Git - php/commitdiff
opcache config.m4: Use = for comparison
authorLior Kaplan <kaplanlior@gmail.com>
Fri, 8 Apr 2016 19:38:07 +0000 (22:38 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Fri, 8 Apr 2016 19:38:07 +0000 (22:38 +0300)
ext/opcache/config.m4

index f6e6ca94449cd63f9960e35492b2e8bc6f5d591c..5a8b86c14884f235ba70487ff68d712f2864fa05 100644 (file)
@@ -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