parent
0609246374
commit
dab1adbf39
|
@ -2988,6 +2988,12 @@ installRemoteModule() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
imap)
|
||||||
|
# Include Kerberos Support
|
||||||
|
addConfigureOption with-kerberos yes
|
||||||
|
# Include SSL Support
|
||||||
|
addConfigureOption with-imap-ssl yes
|
||||||
|
;;
|
||||||
inotify)
|
inotify)
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
|
|
Loading…
Reference in New Issue