diff --git a/configure.ac b/configure.ac index a43ba8c..1383545 100644 --- a/configure.ac +++ b/configure.ac @@ -167,7 +167,7 @@ AC_ARG_WITH(unixodbc, if test "$with_unixodbc"; then HAVE_ODBC=true ODBC_CFLAGS="-I$with_unixodbc/include" - ODBC_LIBS="-L$with_unixodbc/$libdir" + ODBC_LIBS="-L$with_unixodbc/lib" dnl SIZEOF_LONG_INT and HAVE_LONG_LONG are required by some versions of unixODBC dnl https://github.com/lurcher/unixODBC/issues/40