From: Dmitry Stogov Date: Tue, 30 Jul 2013 18:03:21 +0000 (+0400) Subject: A minor fix for configure outpu (Tony) X-Git-Tag: php-5.5.2RC1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2aba1cf9ee79ba3299ac00d7997e115b5d9eb06;p=php A minor fix for configure outpu (Tony) --- 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 \