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

index 823087ebfa1686e5b38b6fc66aeb28f281f93020..892f2ffc203048016a463a068029cb3e5c0dfa5e 100644 (file)
@@ -439,11 +439,8 @@ src_configure() {
        fi
 
        # Interbase/firebird support
-
-       if use firebird ; then
-               my_conf+="
-               $(use_with firebird interbase ${EPREFIX}/usr)"
-       fi
+       my_conf+="
+       $(use_with firebird interbase ${EPREFIX}/usr)"
 
        # LDAP support
        if use ldap ; then