diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:36:21 -0400 |
| commit | d29a4fd2dd3b5d4cf6e80b602544d7b71d794e76 (patch) | |
| tree | b38e2e5c6974b9a15f103e5cf884cba9fff90ef4 /ext/pdo_firebird | |
| parent | a88a88d0986a4a32288c102cdbfebd78d7e91d99 (diff) | |
| download | php-d29a4fd2dd3b5d4cf6e80b602544d7b71d794e76.tar.gz | |
Imported Upstream version 5.2.0upstream/5.2.0
Diffstat (limited to 'ext/pdo_firebird')
| -rw-r--r-- | ext/pdo_firebird/config.w32 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32 index 952ad79ee..833b7b95f 100644 --- a/ext/pdo_firebird/config.w32 +++ b/ext/pdo_firebird/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.6 2004/06/12 18:42:13 abies Exp $ +// $Id: config.w32,v 1.6.4.1 2006/05/11 21:43:59 edink Exp $ // vim:ft=javascript ARG_WITH("pdo-firebird", "Firebird support for PDO", "no"); @@ -10,7 +10,6 @@ if (PHP_PDO_FIREBIRD != "no") { ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\interbase\\include;" + PHP_PDO_FIREBIRD)) { EXTENSION("pdo_firebird", "pdo_firebird.c firebird_driver.c firebird_statement.c"); - ADD_FLAG('CFLAGS_PDO_FIREBIRD', "/I ..\\pecl"); } else { WARNING("pdo_firebird not enabled; libraries and headers not found"); } |
