iliaa           Thu Nov 30 17:10:46 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    configure.in 
  Log:
  Added check for crypt_r()
  
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.26&r2=1.579.2.52.2.27&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.26 
php-src/configure.in:1.579.2.52.2.27
--- php-src/configure.in:1.579.2.52.2.26        Wed Nov 29 23:34:49 2006
+++ php-src/configure.in        Thu Nov 30 17:10:46 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.52.2.26 2006/11/29 23:34:49 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.52.2.27 2006/11/30 17:10:46 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -466,6 +466,7 @@
 ctime_r \
 cuserid \
 crypt \
+crypt_r \
 flock \
 ftok \
 funopen \

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

Reply via email to