20 lines
475 B
Plaintext
20 lines
475 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2001/12/27 02:56:38 jcs Exp $
|
|
--- configure.orig Wed Dec 26 20:36:39 2001
|
|
+++ configure Wed Dec 26 20:37:43 2001
|
|
@@ -5934,11 +5934,13 @@
|
|
CFLAGS="$CFLAGS -DIODBC";
|
|
ODBC_INC=$with_iodbc/include;
|
|
odbc=true
|
|
+else
|
|
+ odbc=false
|
|
fi
|
|
|
|
# Check whether --with-iodbc or --without-iodbc was given.
|
|
-if test "${with_iodbc+set}" = set; then
|
|
- withval="$with_iodbc"
|
|
+if test "${with_unixodbc+set}" = set; then
|
|
+ withval="$with_unixodbc"
|
|
:
|
|
fi
|
|
|