mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix -liodbc typo
This commit is contained in:
parent
2999294746
commit
68e8a1b43f
2 changed files with 3 additions and 3 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $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.
|
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|
@ -13171,7 +13171,7 @@ have_odbc=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $have_odbc = yes ; then
|
if test $have_odbc = yes ; then
|
||||||
ol_link_sql="-liodbc"
|
ol_link_sql="-lodbc"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1781,7 +1781,7 @@ if test $ol_enable_sql != no ; then
|
||||||
else
|
else
|
||||||
AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
|
AC_CHECK_LIB(odbc,SQLDriverConnect,[have_odbc=yes],[have_odbc=no])
|
||||||
if test $have_odbc = yes ; then
|
if test $have_odbc = yes ; then
|
||||||
ol_link_sql="-liodbc"
|
ol_link_sql="-lodbc"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue