diff options
author | unknown <mtaylor@qualinost.(none)> | 2007-01-19 17:06:53 -0800 |
---|---|---|
committer | unknown <mtaylor@qualinost.(none)> | 2007-01-19 17:06:53 -0800 |
commit | dc6b029c47b9965b8f06890a517b8ed7c03b8899 (patch) | |
tree | 28a9622d721e37562ff313597b53dbee78620bee /config | |
parent | 6cd576ca8b0ff293d323cabefa39b991597940cb (diff) | |
download | mariadb-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.m4 | 4 |
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) |