From: Howard Chu Date: Thu, 3 Jul 2014 08:30:24 +0000 (-0700) Subject: ITS#7891 fix ODBC link check X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1808b41b9080956a054fc0bac7a002805c2e9274;p=openldap ITS#7891 fix ODBC link check Due to 89bae499ed8057e22e4889f8ae6c9ee6825676ba --- 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"