mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Merge branch 'PHP-7.0'
* PHP-7.0: opcache config.m4: Use = for comparison
This commit is contained in:
commit
2875ac9c00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue