svanegmond              Mon Feb  5 16:03:44 2001 EDT

  Modified files:              
    /php4       configure.in 
  Log:
  Added tests for arpa/nameser.h and resolv.h, which don't exist on the BeOS.
  
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.216 php4/configure.in:1.217
--- php4/configure.in:1.216     Sat Jan 27 16:16:55 2001
+++ php4/configure.in   Mon Feb  5 16:03:44 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.216 2001/01/28 00:16:55 jdonagher Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.217 2001/02/06 00:03:44 svanegmond Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -283,6 +283,7 @@
 AC_CHECK_HEADERS(
 alloca.h \
 arpa/inet.h \
+arpa/nameser.h \
 crypt.h \
 fcntl.h \
 grp.h \
@@ -291,6 +292,7 @@
 locale.h \
 netinet/in.h \
 pwd.h \
+resolv.h \
 signal.h \
 stdarg.h \
 stdlib.h \



-- 
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