]> granicus.if.org Git - php/commitdiff
Removed dependency on regular interbase extension
authorArd Biesheuvel <abies@php.net>
Sat, 12 Jun 2004 16:05:49 +0000 (16:05 +0000)
committerArd Biesheuvel <abies@php.net>
Sat, 12 Jun 2004 16:05:49 +0000 (16:05 +0000)
ext/pdo_firebird/config.w32

index 29cd48e4e023f62a5bce4a00c2fac2993d9420a7..0617b28c3cd964f4240b517854f24e5b831c5e16 100644 (file)
@@ -15,5 +15,4 @@ if (PHP_PDO_FIREBIRD != "no") {
                WARNING("pdo_firebird not enabled; libraries and headers not found");
        }
        ADD_EXTENSION_DEP('pdo_firebird', 'pdo');
-       ADD_EXTENSION_DEP('pdo_firebird', 'interbase');
 }