File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
94
94
AC_EGREP_HEADER ( auth_gss , $IMAP_INC_DIR/linkage.h , [
95
95
AC_MSG_ERROR ( [ This c-client library is built with Kerberos support.
96
96
97
- Add --with-kerberos<=DIR> to your configure line. Check config.log for details.
97
+ Add --with-kerberos to your configure line. Check config.log for details.
98
98
] )
99
99
] )
100
100
fi
@@ -103,7 +103,7 @@ AC_DEFUN(PHP_IMAP_KRB_CHK, [
103
103
104
104
AC_DEFUN ( PHP_IMAP_SSL_CHK , [
105
105
AC_ARG_WITH ( imap-ssl ,
106
- [ --with-imap-ssl[ = DIR] IMAP: Include SSL support. DIR is the OpenSSL install dir.] ,[
106
+ [ --with-imap-ssl=< DIR> IMAP: Include SSL support. DIR is the OpenSSL install dir.] ,[
107
107
PHP_IMAP_SSL=$withval
108
108
] ,[
109
109
PHP_IMAP_SSL=no
@@ -133,7 +133,7 @@ AC_DEFUN(PHP_IMAP_SSL_CHK, [
133
133
AC_MSG_RESULT ( yes )
134
134
AC_MSG_ERROR ( [ This c-client library is built with SSL support.
135
135
136
- Add --with-imap-ssl<= DIR> to your configure line. Check config.log for details.
136
+ Add --with-imap-ssl=< DIR> to your configure line. Check config.log for details.
137
137
] )
138
138
] , $TST_LIBS)
139
139
fi
You can’t perform that action at this time.
0 commit comments