summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/config.m4
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-07-07 13:42:12 +0000
committerWez Furlong <wez@php.net>2005-07-07 13:42:12 +0000
commitce3c90414b46986a3f6583e3473e8303fcf4e834 (patch)
treeb5ec1d2de18fbf05a9fda98e2e79309aab11d789 /ext/pdo_odbc/config.m4
parent6c332449f926ff3bc3f4bf3bb7786bcc27afcc3a (diff)
downloadphp-git-ce3c90414b46986a3f6583e3473e8303fcf4e834.tar.gz
Hmm, these ldflags went AWOL.
Diffstat (limited to 'ext/pdo_odbc/config.m4')
-rwxr-xr-xext/pdo_odbc/config.m44
1 files changed, 2 insertions, 2 deletions
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)