]> granicus.if.org Git - php/commitdiff
Hope I finally got it right this time
authorArd Biesheuvel <abies@php.net>
Sat, 12 Jun 2004 18:42:13 +0000 (18:42 +0000)
committerArd Biesheuvel <abies@php.net>
Sat, 12 Jun 2004 18:42:13 +0000 (18:42 +0000)
ext/pdo_firebird/config.w32

index 0617b28c3cd964f4240b517854f24e5b831c5e16..30b87c2d1d63d0e738c693f5248636161e990e5c 100644 (file)
@@ -7,7 +7,7 @@ if (PHP_PDO_FIREBIRD != "no") {
 
        if ((CHECK_LIB("fbclient_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD)
                        || CHECK_LIB("gds32_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD)
-               ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD)) {
+               ) && 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");