summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.(none)>2004-05-25 15:22:57 +0000
committerunknown <tomas@poseidon.(none)>2004-05-25 15:22:57 +0000
commit5e53268b6979066630b76af1e88899014e613be3 (patch)
tree6730a9ce6a64a0131ac32d5df38a9a0420d05026 /acinclude.m4
parentcfa036a44e776fa3b652dfbe6b6dca120e2b26b7 (diff)
downloadmariadb-git-5e53268b6979066630b76af1e88899014e613be3.tar.gz
updated configure for automake in ndb tree
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 677c3cc9e99..60b53ec39d5 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1355,7 +1355,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [
AC_DEFINE(HAVE_NDBCLUSTER_DB)
have_ndbcluster="yes"
ndbcluster_includes="-I../ndb/include -I../ndb/include/ndbapi"
- ndbcluster_libs="\$(top_builddir)/ndb/lib/libNDB_API.a"
+ ndbcluster_libs="\$(top_builddir)/ndb/src/ndbapi/libNDB_API.la"
ndbcluster_system_libs=""
;;
* )