]> git.sur5r.net Git - openldap/commitdiff
Fix -liodbc typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 25 Aug 2000 21:42:57 +0000 (21:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 25 Aug 2000 21:42:57 +0000 (21:42 +0000)
configure
configure.in

index 2be425f62373e31937f1b88466eed7c32709e1e8..75e728c4049cabf0923f8b9f554f052f36089b65 100755 (executable)
--- 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
 
index 593640fd01c2c08b46bf7fb6b96f1f2e09603fa1..8fd483fb78705710f04635b0218b808389b0b06b 100644 (file)
@@ -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