sniper Sun Oct 9 16:44:26 2005 EDT
Modified files:
/php-src/ext/ftp config.m4
Log:
MFB
http://cvs.php.net/diff.php/php-src/ext/ftp/config.m4?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/ftp/config.m4
diff -u php-src/ext/ftp/config.m4:1.9 php-src/ext/ftp/config.m4:1.10
--- php-src/ext/ftp/config.m4:1.9 Sun Oct 9 16:38:28 2005
+++ php-src/ext/ftp/config.m4 Sun Oct 9 16:44:26 2005
@@ -1,12 +1,12 @@
dnl
-dnl $Id: config.m4,v 1.9 2005/10/09 20:38:28 sniper Exp $
+dnl $Id: config.m4,v 1.10 2005/10/09 20:44:26 sniper Exp $
dnl
PHP_ARG_ENABLE(ftp,whether to enable FTP support,
[ --enable-ftp Enable FTP support])
-PHP_ARG_WITH(openssl-dir,OpenSSL dir for SNMP,
-[ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
+PHP_ARG_WITH(openssl-dir,OpenSSL dir for FTP,
+[ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no)
if test "$PHP_FTP" = "yes"; then
AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php