From: Wez Furlong Date: Thu, 7 Jul 2005 13:42:12 +0000 (+0000) Subject: Hmm, these ldflags went AWOL. X-Git-Tag: php-5.1.0b3~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce3c90414b46986a3f6583e3473e8303fcf4e834;p=php Hmm, these ldflags went AWOL. --- diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4 index 5156053198..4a542e8a37 100755 --- a/ext/pdo_odbc/config.m4 +++ b/ext/pdo_odbc/config.m4 @@ -129,10 +129,10 @@ Your ODBC library does not appear to be ODBC 3 compatible. You should consider using unixODBC instead, and loading your libraries as a driver in that environment; it will emulate the functions required for PDO support. -])]) +])], $PDO_ODBC_LDFLAGS) ],[ AC_MSG_ERROR([Your ODBC library does not exist or there was an error. Check config.log for more information]) - ]) + ], $PDO_ODBC_LDFLAGS) PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared,,-I$pdo_inc_path $PDO_ODBC_INCLUDE) PHP_SUBST(PDO_ODBC_SHARED_LIBADD)