1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

fix return value

This commit is contained in:
Stanislav Malyshev
2013-03-24 23:43:25 -07:00
parent 385d0e52cc
commit 016fbd9991

View File

@@ -356,7 +356,7 @@ extern int lock_file;
# error "Don't know how to define struct flock"
# endif
#endif
void main() {}
void main() { return 0; }
], [], [AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no])], [])
PHP_NEW_EXTENSION(opcache,