]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - dev-lang/php/php-5.6.9.ebuild
Remove redundant "if use firebird" check.
[mjo-overlay.git] / 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