Merge branch 'PHP-7.0'

* PHP-7.0:
  opcache config.m4: Use = for comparison
This commit is contained in:
Lior Kaplan 2016-04-09 01:38:37 +03:00
commit 2875ac9c00

View file

@ -376,7 +376,7 @@ AC_TRY_RUN([
AC_MSG_RESULT("yes") AC_MSG_RESULT("yes")
], AC_MSG_RESULT("no") ) ], 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]) AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no])
fi fi