From dc6b029c47b9965b8f06890a517b8ed7c03b8899 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Jan 2007 17:06:53 -0800 Subject: files are in storage/ndb in 5.1. fix merge from 5.0 --- config/ac-macros/ha_ndbcluster.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/ac-macros') diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index 5d0bc6898e8..2a54638b3ae 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -280,8 +280,8 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [ # libndbclient versioning when linked with GNU ld. if $LD --version 2>/dev/null|grep -q GNU; then - NDB_LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/ndb/src/libndb.ver" - AC_CONFIG_FILES(ndb/src/libndb.ver) + NDB_LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/storage/ndb/src/libndb.ver" + AC_CONFIG_FILES(storage/ndb/src/libndb.ver) fi AC_SUBST(NDB_LD_VERSION_SCRIPT) -- cgit v1.2.1