sniper          Sun Oct  9 16:44:03 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/ftp    config.m4 
  Log:
  typofix
  
http://cvs.php.net/diff.php/php-src/ext/ftp/config.m4?r1=1.7.20.1&r2=1.7.20.2&ty=u
Index: php-src/ext/ftp/config.m4
diff -u php-src/ext/ftp/config.m4:1.7.20.1 php-src/ext/ftp/config.m4:1.7.20.2
--- php-src/ext/ftp/config.m4:1.7.20.1  Sun Oct  9 16:39:42 2005
+++ php-src/ext/ftp/config.m4   Sun Oct  9 16:44:02 2005
@@ -1,12 +1,12 @@
 dnl
-dnl $Id: config.m4,v 1.7.20.1 2005/10/09 20:39:42 sniper Exp $
+dnl $Id: config.m4,v 1.7.20.2 2005/10/09 20:44:02 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

Reply via email to