From: Kurt Zeilenga Date: Fri, 25 Aug 2000 21:42:57 +0000 (+0000) Subject: Fix -liodbc typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2175 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68e8a1b43f128ff656b06741fb25e45de0fa158b;p=openldap Fix -liodbc typo --- diff --git a/configure b/configure index 2be425f623..75e728c404 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.320 2000/08/18 02:25:05 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.321 2000/08/25 15:50:10 kurt Exp # Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved. # @@ -13171,7 +13171,7 @@ have_odbc=no fi if test $have_odbc = yes ; then - ol_link_sql="-liodbc" + ol_link_sql="-lodbc" fi fi diff --git a/configure.in b/configure.in index 593640fd01..8fd483fb78 100644 --- a/configure.in +++ b/configure.in @@ -1781,7 +1781,7 @@ if test $ol_enable_sql != no ; then else AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no]) if test $have_odbc = yes ; then - ol_link_sql="-liodbc" + ol_link_sql="-lodbc" fi fi