svanegmond              Thu Mar 22 20:56:51 2001 EDT

  Modified files:              
    /php4       configure.in 
  Log:
  Added configuration for detecting the BeOS thread implementation 
  (which will be used once I get my patches into Zend to use bthreads).
  
  Also, a check for a library distributed with the new BeOS networking
  environment.
  
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.223 php4/configure.in:1.224
--- php4/configure.in:1.223     Mon Mar 19 03:03:29 2001
+++ php4/configure.in   Thu Mar 22 20:56:51 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.223 2001/03/19 11:03:29 joosters Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.224 2001/03/23 04:56:51 svanegmond Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -107,7 +107,8 @@
 *bsdi*)
     BSD_MAKEFILE=yes;;
 *beos*)
-       LIBS="$LIBS -lbe -lroot"
+       beos_threads=1
+       LIBS="$LIBS -lbe -lroot";;
 esac
 
 AM_PROG_CC_STDC
@@ -253,7 +254,9 @@
   AC_ADD_LIBRARY(bind)
   AC_DEFINE(HAVE_LIBBIND,1,[Whether you have bind]) ], [
     AC_CHECK_LIB(resolv, inet_aton)
-  ]) 
+  ])
+AC_CHECK_LIB(bind, __inet_aton)
+
 
 dnl The res_search may be in libsocket as well, and if it is
 dnl make sure to check for dn_skipname in libresolv, or if res_search



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