mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Don't define anything when -lndbclient is found
This commit is contained in:
parent
e2722b0c94
commit
03078d5f26
1 changed files with 1 additions and 1 deletions
|
|
@ -2013,7 +2013,7 @@ if test $ol_enable_ndb != no ; then
|
|||
save_LDFLAGS="$LDFLAGS"
|
||||
save_LIBS="$LIBS"
|
||||
LDFLAGS="$SQL_LIB"
|
||||
AC_CHECK_LIB(ndbclient,ndb_init,[],[
|
||||
AC_CHECK_LIB(ndbclient,ndb_init,[: ok],[
|
||||
AC_MSG_ERROR([could not locate ndbclient library])
|
||||
],[-lstdc++])
|
||||
LIBS="$save_LIBS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue