sas             Wed Jan 31 08:51:01 2001 EDT

  Modified files:              
    /php3       configure.in 
  Log:
  s/ /:/ for AC_PROG_PATH
  
  PR: #9026
  
  
Index: php3/configure.in
diff -u php3/configure.in:1.507 php3/configure.in:1.508
--- php3/configure.in:1.507     Thu Dec 14 13:38:12 2000
+++ php3/configure.in   Wed Jan 31 08:51:01 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.507 2000/12/14 21:38:12 martin Exp $
+dnl $Id: configure.in,v 1.508 2001/01/31 16:51:01 sas Exp $
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(main.c)
@@ -110,7 +110,7 @@
 AC_CHECK_SIZEOF(int, 4)
 
 dnl AC_PROG_INSTALL
-AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH /usr/bin /usr/sbin 
/usr/etc /etc /usr/ucblib)
+AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, 
+$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib)
 if test -n "$PROG_SENDMAIL"; then
   AC_DEFINE(HAVE_SENDMAIL)
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to