From: Howard Chu Date: Thu, 11 Sep 2008 00:35:12 +0000 (+0000) Subject: Don't define anything when -lndbclient is found X-Git-Tag: ACLCHECK_0~1360 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=03078d5f26cf4f8251cd3c04c96f106f81efee30;p=openldap Don't define anything when -lndbclient is found --- diff --git a/configure.in b/configure.in index 2ace75ce1a..d1e5ea96e6 100644 --- a/configure.in +++ b/configure.in @@ -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"