From 03078d5f26cf4f8251cd3c04c96f106f81efee30 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 11 Sep 2008 00:35:12 +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 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" -- 2.39.5