The MySQL-ODBC SDK enables you to make MySQL-specific applications database-independent without wholesale re-writes of your application code. Thus, applications that are written directly to the MySQL call level interface now end up being database independent via iODBC (or unixODBC), and usable against any ODBC accessible database (including MySQL). WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
--- configure.orig Sat Aug 20 16:05:00 2005
|
|
+++ configure Sat Aug 20 16:05:10 2005
|
|
@@ -8915,7 +8915,7 @@
|
|
|
|
echo "$as_me:$LINENO: checking for UnixODBC support" >&5
|
|
echo $ECHO_N "checking for UnixODBC support... $ECHO_C" >&6
|
|
- if test -f "$withval/lib/libodbc.la"
|
|
+ if test -f "$withval/lib/libodbc.a"
|
|
then
|
|
found_odbc=yes
|
|
ODBC_CFLAGS="-I$withval/include"
|