hyanantha               Fri Mar 11 05:57:09 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    configure.in 
  Log:
  NetWare don't have sendmail binary so need this sendmail.c smarthost 
implementation
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.514.2.36&r2=1.514.2.37&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.514.2.36 php-src/configure.in:1.514.2.37
--- php-src/configure.in:1.514.2.36     Thu Feb 10 17:19:54 2005
+++ php-src/configure.in        Fri Mar 11 05:57:08 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.514.2.36 2005/02/10 22:19:54 sniper Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.514.2.37 2005/03/11 10:57:08 hyanantha Exp $ -*- 
sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -199,6 +199,10 @@
       CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
     fi
     ;;
+*netware*)
+    PHP_BUILD_PROGRAM
+    PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php)
+    ;;
 esac
 
 # Disable PIC mode by default where it is known to be safe to do so,

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

Reply via email to