From dd563773ce0c672a3d9fa5841e118b902ecbc692 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 12 Jan 2015 14:41:01 -0500 Subject: [PATCH] Remove redundant "if use iodbc" check. --- dev-lang/php/php-5.6.4-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index 6bff755..79be81f 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -357,6 +357,7 @@ src_configure() { $(use_enable hash hash ) $(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr)) $(use_enable intl intl ) + $(use_with iodbc iodbc "${EPREFIX}"/usr) $(use_enable ipv6 ipv6 ) $(use_enable json json ) $(use_with kerberos kerberos "${EPREFIX}"/usr) @@ -466,11 +467,6 @@ src_configure() { my_conf+="${mysqlsock}" fi - if use iodbc ; then - my_conf+=" - $(use_with iodbc iodbc ${EPREFIX}/usr)" - fi - # Oracle support if use oci8-instant-client ; then my_conf+=" -- 2.43.2