From 032292e56ea9ff47ea0b203343787d69f07885ec Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 18 Sep 2008 00:43:45 +0000 Subject: [PATCH] Don't define anything when -lndbclient is found --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5