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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user