$(use_with gmp gmp "${EPREFIX}"/usr)
$(use_enable hash hash )
$(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr))
+ $(use_with imap imap "${EPREFIX}"/usr)
$(use_enable intl intl )
$(use_with iodbc iodbc "${EPREFIX}"/usr)
$(use_enable ipv6 ipv6 )
my_conf+="
$(use_with gd gd)"
- # IMAP support
+ # IMAP SSL support
if use imap ; then
- my_conf+="
- $(use_with imap imap ${EPREFIX}/usr)
- $(use_with ssl imap-ssl ${EPREFIX}/usr)"
+ my_conf+="$(use_with ssl imap-ssl ${EPREFIX}/usr)"
fi
# LDAP support