]> git.sur5r.net Git - openldap/commitdiff
Don't define anything when -lndbclient is found
authorHoward Chu <hyc@openldap.org>
Thu, 11 Sep 2008 00:35:12 +0000 (00:35 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 Sep 2008 00:35:12 +0000 (00:35 +0000)
configure.in

index 2ace75ce1adcfc8eb7e4b22168be15494b50e7ed..d1e5ea96e679236811370a8da76ef4373690e577 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"