update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2017-11-12 17:17:11 +09:00
parent ad7aa99764
commit 0154fd425f

View File

@@ -105,7 +105,11 @@ upgrade_php(){
with_gd="--with-gd --with-jpeg-dir --with-png-dir --with-xpm-dir --with-freetype-dir"
fi
[ -d ${depends_prefix}/imap ] && with_imap="--with-imap=${depends_prefix}/imap" || with_imap="--with-imap --with-kerberos"
if [ -d ${depends_prefix}/imap ]; then
with_imap="--with-imap=${depends_prefix}/imap"
else
with_imap="--with-imap --with-kerberos"
fi
is_64bit && with_libdir="--with-libdir=lib64" || with_libdir=""
php_configure_args="--prefix=${php_location} \