mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
A minor fix for configure outpu (Tony)
This commit is contained in:
parent
3550f3d0aa
commit
e2aba1cf9e
1 changed files with 3 additions and 1 deletions
|
@ -357,7 +357,9 @@ extern int lock_file;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
int main() { return 0; }
|
int main() { return 0; }
|
||||||
], [], [AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no])], [])
|
],
|
||||||
|
[AC_MSG_RESULT([done])],
|
||||||
|
[AC_MSG_ERROR([Don't know how to define struct flock on this system[,] set --enable-opcache=no])], [])
|
||||||
|
|
||||||
PHP_NEW_EXTENSION(opcache,
|
PHP_NEW_EXTENSION(opcache,
|
||||||
ZendAccelerator.c \
|
ZendAccelerator.c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue