mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
MFB: Fix typo
This commit is contained in:
parent
0a1bb1064f
commit
00f925015e
@ -65,7 +65,7 @@ AC_DEFUN([PHP_IMAP_KRB_CHK], [
|
||||
|
||||
AC_DEFUN([PHP_IMAP_SSL_CHK], [
|
||||
if test "$PHP_IMAP_SSL" != "no"; then
|
||||
if test "$PHP_OPENSSL" == ""; then
|
||||
if test "$PHP_OPENSSL" = ""; then
|
||||
PHP_OPENSSL='no'
|
||||
fi
|
||||
PHP_SETUP_OPENSSL(IMAP_SHARED_LIBADD,
|
||||
|
Loading…
Reference in New Issue
Block a user