]> granicus.if.org Git - php/commitdiff
A minor fix for configure outpu (Tony)
authorDmitry Stogov <dmitry@zend.com>
Tue, 30 Jul 2013 18:03:21 +0000 (22:03 +0400)
committerDmitry Stogov <dmitry@zend.com>
Tue, 30 Jul 2013 18:03:21 +0000 (22:03 +0400)
ext/opcache/config.m4

index f9c38b1f795e7c5c35d24647b288f309972a418b..61c685f4b3c7854cc26cc16f640076b3c0889ca1 100644 (file)
@@ -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 \