From: Howard Chu Date: Thu, 3 Jul 2014 08:30:24 +0000 (-0700) Subject: ITS#7891 fix ODBC link check X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53c1a8d5ed886fa7f416462fd8c0cf37f5a720fd;p=openldap ITS#7891 fix ODBC link check Due to 89bae499ed8057e22e4889f8ae6c9ee6825676ba --- diff --git a/configure.in b/configure.in index 3d546aabd5..810b2fa7f4 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"