summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-07-30 22:04:55 +0400
committerDmitry Stogov <dmitry@zend.com>2013-07-30 22:04:55 +0400
commite831041c5aaeace9576869b148000217f8095e19 (patch)
tree4c205aa13a66b2640d5cd94283546af9e3dd0ca6 /ext/opcache
parent0aa342e903bf012efe03db1e9f1fe4ed54225e76 (diff)
parente2aba1cf9ee79ba3299ac00d7997e115b5d9eb06 (diff)
downloadphp-git-e831041c5aaeace9576869b148000217f8095e19.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: A minor fix for configure outpu (Tony)
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/config.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
index f9c38b1f79..61c685f4b3 100644
--- a/ext/opcache/config.m4
+++ b/ext/opcache/config.m4
@@ -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 \