[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: A minor fix for configure outpu (Tony): ext/opcache/config.m4
From:       Dmitry Stogov <dmitry () php ! net>
Date:       2013-07-30 18:03:21
Message-ID: php-mail-f5dd7f485b68d3853dde89937f6c40a31575374210 () git ! php ! net
[Download RAW message or body]

Commit:    e2aba1cf9ee79ba3299ac00d7997e115b5d9eb06
Author:    Dmitry Stogov <dmitry@zend.com>         Tue, 30 Jul 2013 22:03:21 +0400
Parents:   3550f3d0aad6e979e2a6fe3ee40d4fbff168c34b
Branches:  PHP-5.5 master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=e2aba1cf9ee79ba3299ac00d7997e115b5d9eb06


Log:
A minor fix for configure outpu (Tony)

Changed paths:
  M  ext/opcache/config.m4


Diff:
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
index f9c38b1..61c685f 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 \


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic