fi
export SHLIB_ODBC
-#check for unixODBC libs
-
-if test "x$use_unixODBC" = "xyes"
-then
-
- # default to /usr/local if not specified
- if test "x$unixODBC" = "x"
- then
- unixODBC="/usr/local";
- fi
-
- unixODBC_libs="$unixODBC/lib"
- unixODBC_includes="$unixODBC/include"
-
- CPPFLAGS="$CPPFLAGS -I$unixODBC_includes"
- AC_CHECK_HEADERS(sql.h sqlext.h odbcinst.h,
- unixODBC_ok=yes;
- odbc_headers="$odbc_headers $ac_hdr",
- unixODBC_ok=no )
-
- if test "x$unixODBC_ok" != "xyes"
- then
- AC_MSG_ERROR([Unable to find the unixODBC headers in $1])
- fi
-
- save_LIBS="$LIBS"
- LIBS="-L$unixODBC_libs $LIBS"
-
- AC_CHECK_LIB(odbcinst,SQLGetPrivateProfileString,
- [AC_DEFINE(HAVE_SQLGETPRIVATEPROFILESTRING)
- SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst" ],
- [LIBS="$save_LIBS"] )
-fi
-export SHLIB_ODBC
-
-#check for unixODBC libs
-
-if test "x$use_unixODBC" = "xyes"
-then
-
- # default to /usr/local if not specified
- if test "x$unixODBC" = "x"
- then
- unixODBC="/usr/local";
- fi
-
- unixODBC_libs="$unixODBC/lib"
- unixODBC_includes="$unixODBC/include"
-
- CPPFLAGS="$CPPFLAGS -I$unixODBC_includes"
- AC_CHECK_HEADERS(sql.h sqlext.h odbcinst.h,
- unixODBC_ok=yes;
- odbc_headers="$odbc_headers $ac_hdr",
- unixODBC_ok=no )
-
- if test "x$unixODBC_ok" != "xyes"
- then
- AC_MSG_ERROR([Unable to find the unixODBC headers in $1])
- fi
-
- save_LIBS="$LIBS"
- LIBS="-L$unixODBC_libs $LIBS"
-
- AC_CHECK_LIB(odbcinst,SQLGetPrivateProfileString,
- [AC_DEFINE(HAVE_SQLGETPRIVATEPROFILESTRING)
- SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst" ],
- [LIBS="$save_LIBS"] )
-fi
-export SHLIB_ODBC
-
-#check for unixODBC libs
-
-if test "x$use_unixODBC" = "xyes"
-then
-
- # default to /usr/local if not specified
- if test "x$unixODBC" = "x"
- then
- unixODBC="/usr/local";
- fi
-
- unixODBC_libs="$unixODBC/lib"
- unixODBC_includes="$unixODBC/include"
-
- CPPFLAGS="$CPPFLAGS -I$unixODBC_includes"
- AC_CHECK_HEADERS(sql.h sqlext.h odbcinst.h,
- unixODBC_ok=yes;
- odbc_headers="$odbc_headers $ac_hdr",
- unixODBC_ok=no )
-
- if test "x$unixODBC_ok" != "xyes"
- then
- AC_MSG_ERROR([Unable to find the unixODBC headers in $1])
- fi
-
- save_LIBS="$LIBS"
- LIBS="-L$unixODBC_libs $LIBS"
-
- AC_CHECK_LIB(odbcinst,SQLGetPrivateProfileString,
- [AC_DEFINE(HAVE_SQLGETPRIVATEPROFILESTRING)
- SHLIB_ODBC="$LDFLAGS_ODBC -L$unixODBC_libs -lodbcinst" ],
- [LIBS="$save_LIBS"] )
-fi
-export SHLIB_ODBC
-
dnl Unless we specify the command line options
dnl --enable cassert to explicitly enable it
dnl If you do not explicitly do it, it defaults to disabled