summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorunknown <mtaylor@qualinost.(none)>2007-01-19 17:06:53 -0800
committerunknown <mtaylor@qualinost.(none)>2007-01-19 17:06:53 -0800
commitdc6b029c47b9965b8f06890a517b8ed7c03b8899 (patch)
tree28a9622d721e37562ff313597b53dbee78620bee /config
parent6cd576ca8b0ff293d323cabefa39b991597940cb (diff)
downloadmariadb-git-dc6b029c47b9965b8f06890a517b8ed7c03b8899.tar.gz
files are in storage/ndb in 5.1. fix merge from 5.0
Diffstat (limited to 'config')
-rw-r--r--config/ac-macros/ha_ndbcluster.m44
1 files changed, 2 insertions, 2 deletions
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)