From 1808b41b9080956a054fc0bac7a002805c2e9274 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 3 Jul 2014 01:30:24 -0700 Subject: [PATCH] ITS#7891 fix ODBC link check Due to 89bae499ed8057e22e4889f8ae6c9ee6825676ba --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 31ba7fdbcc..f63cfff0f3 100644 --- a/configure.in +++ b/configure.in @@ -1979,7 +1979,7 @@ if test $ol_enable_sql != no ; then ]) sql_LIBS="$LIBS" - LIBS="$LTHREAD_LIBS" + LIBS="$LTHREAD_LIBS $LIBS" if test $ol_with_odbc = auto ; then ol_with_odbc="iodbc unixodbc odbc32" -- 2.39.5