hyanantha Mon Mar 14 04:33:19 2005 EDT Modified files: (Branch: PHP_5_0) /php-src configure.in Log: For cross compiler uname's output while running on build machine can not be stored in PHP_OS and PHP_UNAME http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.38&r2=1.514.2.39&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.514.2.38 php-src/configure.in:1.514.2.39 --- php-src/configure.in:1.514.2.38 Sun Mar 13 14:57:04 2005 +++ php-src/configure.in Mon Mar 14 04:33:15 2005 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.514.2.38 2005/03/13 19:57:04 zeev Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.514.2.39 2005/03/14 09:33:15 hyanantha Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -200,6 +200,10 @@ fi ;; *netware*) + PHP_OS="NetWare" + PHP_UNAME="NetWare" + AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host]) + AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host]) PHP_BUILD_PROGRAM PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php) ;;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php