blob: 712281f23007cec6cda72e0a188496a7672dc37d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"
|