diff options
Diffstat (limited to 'databases/mysql2odbc/files/patch-configure')
-rw-r--r-- | databases/mysql2odbc/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql2odbc/files/patch-configure b/databases/mysql2odbc/files/patch-configure deleted file mode 100644 index 712281f23007..000000000000 --- a/databases/mysql2odbc/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |