]> git.sur5r.net Git - openldap/commitdiff
Don't define anything when -lndbclient is found
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Sep 2008 00:43:45 +0000 (00:43 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Sep 2008 00:43:45 +0000 (00:43 +0000)
configure.in

index 0f28c8cd8178b95611ca20bd80d881fb1aef2fd8..52f9e7e39c572fc3d769686f28f62e3b589f6f5d 100644 (file)
@@ -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"