From: Quanah Gibson-Mount Date: Thu, 18 Sep 2008 00:43:45 +0000 (+0000) Subject: Don't define anything when -lndbclient is found X-Git-Tag: OPENLDAP_REL_ENG_2_4_12~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=032292e56ea9ff47ea0b203343787d69f07885ec;p=openldap Don't define anything when -lndbclient is found --- diff --git a/configure.in b/configure.in index 0f28c8cd81..52f9e7e39c 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"