]> granicus.if.org Git - php/commitdiff
Hmm, these ldflags went AWOL.
authorWez Furlong <wez@php.net>
Thu, 7 Jul 2005 13:42:12 +0000 (13:42 +0000)
committerWez Furlong <wez@php.net>
Thu, 7 Jul 2005 13:42:12 +0000 (13:42 +0000)
ext/pdo_odbc/config.m4

index 5156053198bd3808857fc73a077160f896805dd7..4a542e8a3727b3c3ae47ff6a80f05dec6df7530a 100755 (executable)
@@ -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)