]> gitweb.michael.orlitzky.com - mjo-overlay.git/commitdiff
Remove redundant "if use odbc" check.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 00:42:17 +0000 (20:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 9 Jun 2015 00:42:17 +0000 (20:42 -0400)
dev-lang/php/php-5.6.9.ebuild

index 892f2ffc203048016a463a068029cb3e5c0dfa5e..72cb4cf797a0cfe11bf774f11f2d72ee1c4d48b3 100644 (file)
@@ -466,10 +466,8 @@ src_configure() {
        fi
 
        # ODBC support
-       if use odbc ; then
-               my_conf+="
-               $(use_with odbc unixODBC ${EPREFIX}/usr)"
-       fi
+       my_conf+="
+       $(use_with odbc unixODBC ${EPREFIX}/usr)"
 
        if use iodbc ; then
                my_conf+="