From 1fb48b50918a4460a653351e36f6b669c522e9ad Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sat, 12 Jun 2004 16:05:49 +0000 Subject: [PATCH] Removed dependency on regular interbase extension --- ext/pdo_firebird/config.w32 | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32 index 29cd48e4e0..0617b28c3c 100644 --- a/ext/pdo_firebird/config.w32 +++ b/ext/pdo_firebird/config.w32 @@ -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'); } -- 2.50.1