helly Sun Mar 16 22:26:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/build config.w32 Log: - No more flex underwindows either http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.5&r2=1.40.2.8.2.10.2.6&diff_format=u Index: php-src/win32/build/config.w32 diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.5 php-src/win32/build/config.w32:1.40.2.8.2.10.2.6 --- php-src/win32/build/config.w32:1.40.2.8.2.10.2.5 Sun Mar 16 21:06:54 2008 +++ php-src/win32/build/config.w32 Sun Mar 16 22:26:42 2008 @@ -1,5 +1,5 @@ // vim:ft=javascript -// $Id: config.w32,v 1.40.2.8.2.10.2.5 2008/03/16 21:06:54 helly Exp $ +// $Id: config.w32,v 1.40.2.8.2.10.2.6 2008/03/16 22:26:42 helly Exp $ // "Master" config file; think of it as a configure.in // equivalent. @@ -57,9 +57,6 @@ if (!PATH_PROG('bison')) { ERROR('bison is required') } -if (!PATH_PROG('flex')) { - ERROR('flex is required') -} PATH_PROG('re2c'); PATH_PROG('zip'); PATH_PROG('lemon');
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php