sniper          Tue Jan 28 01:56:32 2003 EDT

  Modified files:              
    /php4/ext/imap      config.m4 
  Log:
  fix some typos
  
Index: php4/ext/imap/config.m4
diff -u php4/ext/imap/config.m4:1.51 php4/ext/imap/config.m4:1.52
--- php4/ext/imap/config.m4:1.51        Sat Jan 18 02:00:47 2003
+++ php4/ext/imap/config.m4     Tue Jan 28 01:56:32 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.51 2003/01/18 07:00:47 sniper Exp $
+dnl $Id: config.m4,v 1.52 2003/01/28 06:56:32 sniper Exp $
 dnl
 
 AC_DEFUN(IMAP_INC_CHK,[if test -r "$i$1/c-client.h"; then
@@ -94,7 +94,7 @@
     AC_EGREP_HEADER(auth_gss, $IMAP_INC_DIR/linkage.h, [
       AC_MSG_ERROR([This c-client library is built with Kerberos support. 
 
-      Add --with-kerberos<=DIR> to your configure line. Check config.log for details.
+      Add --with-kerberos to your configure line. Check config.log for details.
       ])
     ])
   fi
@@ -103,7 +103,7 @@
 
 AC_DEFUN(PHP_IMAP_SSL_CHK, [
   AC_ARG_WITH(imap-ssl,
-  [  --with-imap-ssl[=DIR]     IMAP: Include SSL support. DIR is the OpenSSL install 
dir.],[
+  [  --with-imap-ssl=<DIR>     IMAP: Include SSL support. DIR is the OpenSSL install 
+dir.],[
     PHP_IMAP_SSL=$withval
   ],[
     PHP_IMAP_SSL=no
@@ -133,7 +133,7 @@
       AC_MSG_RESULT(yes)
       AC_MSG_ERROR([This c-client library is built with SSL support. 
      
-      Add --with-imap-ssl<=DIR> to your configure line. Check config.log for details.
+      Add --with-imap-ssl=<DIR> to your configure line. Check config.log for details.
       ])
     ], $TST_LIBS)
   fi



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

Reply via email to