]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Remove redundant "if use iodbc" check (and merge it with the "odbc" use_with).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 00:44:32 +0000 (20:44 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 00:44:32 +0000 (20:44 -0400)
dev-lang/php/php-5.6.9.ebuild

index 72cb4cf797a0cfe11bf774f11f2d72ee1c4d48b3..a40ad2985d44f42736ae87771f509118409befb1 100644 (file)
@@ -467,12 +467,8 @@ src_configure() {
 
        # ODBC support
        my_conf+="
 
        # ODBC support
        my_conf+="
-       $(use_with odbc unixODBC ${EPREFIX}/usr)"
-
-       if use iodbc ; then
-               my_conf+="
-               $(use_with iodbc iodbc ${EPREFIX}/usr)"
-       fi
+       $(use_with odbc unixODBC ${EPREFIX}/usr)
+       $(use_with iodbc iodbc ${EPREFIX}/usr)"
 
        # Oracle support
        if use oci8-instant-client ; then
 
        # Oracle support
        if use oci8-instant-client ; then