diff options
author | mtaylor@qualinost.(none) <> | 2007-01-19 17:06:53 -0800 |
---|---|---|
committer | mtaylor@qualinost.(none) <> | 2007-01-19 17:06:53 -0800 |
commit | c77cebec11d4ec2ea5006da922342b46f0d8435b (patch) | |
tree | 28a9622d721e37562ff313597b53dbee78620bee | |
parent | 8778f60112bfc949cd224035ec9421a0ce17f468 (diff) | |
download | mariadb-git-c77cebec11d4ec2ea5006da922342b46f0d8435b.tar.gz |
files are in storage/ndb in 5.1. fix merge from 5.0
-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) |