forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
375 B
Text
11 lines
375 B
Text
--- 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"
|