Skip to content

Commit

Permalink
A minor fix for configure outpu (Tony)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 30, 2013
1 parent 3550f3d commit e2aba1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/opcache/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ extern int lock_file;
# endif
#endif
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,
ZendAccelerator.c \
Expand Down

0 comments on commit e2aba1c

Please sign in to comment.