hyanantha               Mon Apr 18 05:46:55 2005 EDT

  Modified files:              
    /php-src    configure.in 
  Log:
  PHP_OS and PHP_UNAME need to be hardcoded for cross builds
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.547&r2=1.548&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.547 php-src/configure.in:1.548
--- php-src/configure.in:1.547  Fri Apr  8 09:36:23 2005
+++ php-src/configure.in        Mon Apr 18 05:46:53 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.547 2005/04/08 13:36:23 sniper Exp $ -*- autoconf 
-*-
+dnl ## $Id: configure.in,v 1.548 2005/04/18 09:46:53 hyanantha Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -167,6 +167,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

Reply via email to