summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authortomas@poseidon.(none) <>2004-05-25 15:22:57 +0000
committertomas@poseidon.(none) <>2004-05-25 15:22:57 +0000
commitfff33634be2bc45a7ca559beeaa4985e7e4d2eb4 (patch)
tree6730a9ce6a64a0131ac32d5df38a9a0420d05026 /acinclude.m4
parentb75c0a938d538e3462d041f18091953cb4f74965 (diff)
downloadmariadb-git-fff33634be2bc45a7ca559beeaa4985e7e4d2eb4.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=""
;;
* )