Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144826
Collapse All | Expand All

(-)sqliteodbc-0.70.orig/configure.in (-2 / +2 lines)
Lines 204-211 Link Here
204
ODBC_LIB=UNKNOWN
204
ODBC_LIB=UNKNOWN
205
205
206
if test -z "$ODBC_DIR" ; then
206
if test -z "$ODBC_DIR" ; then
207
   if test -r "$includedir/sql.h" -a -r "$includedir/iodbcinst.h" -a -r "$libdir/libiodbcinst.la" ; then
207
   if test -r "$includedir/iodbc/sql.h" -a -r "$includedir/iodbc/iodbcinst.h" -a -r "$libdir/libiodbcinst.la" ; then
208
      ODBC_FLAGS="-DHAVE_IODBC=1 -I$includedir"
208
      ODBC_FLAGS="-DHAVE_IODBC=1 -I$includedir/iodbc"
209
      ODBC_LIB="$libdir/libiodbcinst.la"
209
      ODBC_LIB="$libdir/libiodbcinst.la"
210
      ODBC_DIR=""
210
      ODBC_DIR=""
211
   elif test -r "$includedir/iodbc/sql.h" -a -r "$includedir/iodbc/iodbcinst.h" -a -r "$libdir/libiodbcinst.la" ; then
211
   elif test -r "$includedir/iodbc/sql.h" -a -r "$includedir/iodbc/iodbcinst.h" -a -r "$libdir/libiodbcinst.la" ; then

Return to bug 144826