]> git.sur5r.net Git - openldap/commitdiff
ITS#7891 fix ODBC link check
authorHoward Chu <hyc@openldap.org>
Thu, 3 Jul 2014 08:30:24 +0000 (01:30 -0700)
committerHoward Chu <hyc@openldap.org>
Thu, 3 Jul 2014 08:30:24 +0000 (01:30 -0700)
Due to 89bae499ed8057e22e4889f8ae6c9ee6825676ba

configure.in

index 3d546aabd5e37f6f65888b8b00e64e309577f719..810b2fa7f4d7cddaa014d0727a62cd13d1b7068f 100644 (file)
@@ -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"