Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4 configure.in From: Sascha Schumann (sascha <email protected>)
Date: 12/30/99

sas Thu Dec 30 03:04:26 1999 EDT

  Modified files:
    /php4 configure.in
  Log:
  Define to 1
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.82 php4/configure.in:1.83
--- php4/configure.in:1.82 Wed Dec 29 23:07:15 1999
+++ php4/configure.in Thu Dec 30 03:03:55 1999
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.82 1999/12/30 04:07:15 sas Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.83 1999/12/30 08:03:55 sas Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -177,7 +177,7 @@
 
 AC_CHECK_LIB(crypt, crypt, [
  AC_ADD_LIBRARY(crypt)
- AC_DEFINE(HAVE_LIBCRYPT,,[ ]) ], [])
+ AC_DEFINE(HAVE_LIBCRYPT,1,[ ]) ], [])
 
 dnl The sin may be in a library which need not be specifed
 dnl as well as res_search resides in libsocket

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>