diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-06-01 11:19:40 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-06-01 11:19:40 +0000 |
commit | f265403fb7c9c3763a5f016568db4dcf3f7e0898 (patch) | |
tree | 21e5f7f65f51e47ab501506e005b1143f8d08f33 /acinclude.m4 | |
parent | e8bd062fff3dbc29149e80864b446d3f8d1ad55b (diff) | |
download | mariadb-git-f265403fb7c9c3763a5f016568db4dcf3f7e0898.tar.gz |
various ndb make changes, see respective file
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e42430806e0..a7f8c92038d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1397,7 +1397,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/src/libndbclient.la" + ndbcluster_libs="\$(top_builddir)/ndb/src/.libs/libndbclient.a" ndbcluster_system_libs="" MYSQL_CHECK_NDB_OPTIONS ;; |