[PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread David Soria Parra
-dnl Only allow AC_PROG_CXX if it's explicitly called (by PHP_REQUIRE_CXX) -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [AC_PROG_CXX], [undefine([AC_PROG_CXX]) -AC_DEFUN([AC_PROG_CXX], [])]) +dnl Only allow AC_PROG_CXX and AC_PROG

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Jani Taskinen
David Soria Parra kirjoitti: -dnl Only allow AC_PROG_CXX if it's explicitly called (by PHP_REQUIRE_CXX) -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [AC_PROG_CXX], [undefine([AC_PROG_CXX]) -AC_DEFUN([AC_PROG_CXX], [])]) +dnl O

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Felipe Pena
Em Dom, 2008-07-27 às 17:05 +0300, Jani Taskinen escreveu: > David Soria Parra kirjoitti: > > > >> -dnl Only allow AC_PROG_CXX if it's explicitly called (by > >> PHP_REQUIRE_CXX) > >> -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler > >> -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Jani Taskinen
Felipe Pena kirjoitti: Em Dom, 2008-07-27 às 17:05 +0300, Jani Taskinen escreveu: David Soria Parra kirjoitti: -dnl Only allow AC_PROG_CXX if it's explicitly called (by PHP_REQUIRE_CXX) -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Felipe Pena
Em Dom, 2008-07-27 às 17:17 +0300, Jani Taskinen escreveu: > Felipe Pena kirjoitti: > > Em Dom, 2008-07-27 às 17:05 +0300, Jani Taskinen escreveu: > >> David Soria Parra kirjoitti: > -dnl Only allow AC_PROG_CXX if it's explicitly called (by > PHP_REQUIRE_CXX) > -dnl otherwise AC_PRO

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Sebastian Nohn
David Soria Parra wrote: > >> -dnl Only allow AC_PROG_CXX if it's explicitly called (by >> PHP_REQUIRE_CXX) >> -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler >> -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [AC_PROG_CXX], >> [undefine([AC_PROG_CXX]) >> -AC_DEFUN([AC_PROG_CXX], []

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / configure.in /scripts phpize.m4

2008-07-27 Thread Jani Taskinen
Sebastian Nohn kirjoitti: David Soria Parra wrote: -dnl Only allow AC_PROG_CXX if it's explicitly called (by PHP_REQUIRE_CXX) -dnl otherwise AC_PROG_LIBTOOL fails if there is no working C++ compiler -AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [AC_PROG_CXX], [undefine([AC_PROG_CXX]) -AC_DEFUN([AC_PROG_