]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Sun, 9 Oct 2005 20:44:02 +0000 (20:44 +0000)
committerfoobar <sniper@php.net>
Sun, 9 Oct 2005 20:44:02 +0000 (20:44 +0000)
ext/ftp/config.m4

index 0d389c7f383914a9536834ab7790a3202b2a351f..c822fcf48f6b84f3bf3a30933dea561bd58b4176 100644 (file)
@@ -5,8 +5,8 @@ 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])