]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 22 Jul 2014 20:32:37 +0000 (15:32 -0500)
Due to 89bae499ed8057e22e4889f8ae6c9ee6825676ba

configure.in

index 31ba7fdbcc27a005c03968f01ca2476c722fca4a..f63cfff0f30d7e5aaab41a7810ce0fa5e7d3b661 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"