Skip to content

Commit c1f597d

Browse files
committed
opcache config.m4: Use = for comparison
1 parent 5ed05bc commit c1f597d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ AC_TRY_RUN([
359359
AC_MSG_RESULT("yes")
360360
], AC_MSG_RESULT("no") )
361361

362-
if test "$flock_type" == "unknown"; then
362+
if test "$flock_type" = "unknown"; then
363363
AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no])
364364
fi
365365

0 commit comments

Comments
 (0)