summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <mtaylor@qualinost.(none)>2007-01-19 12:23:06 -0800
committerunknown <mtaylor@qualinost.(none)>2007-01-19 12:23:06 -0800
commit1e07dbd1266610c10f2e4ef2e7d23cb6eb3929f3 (patch)
tree0f8b49250fefc005af2a878835662fea27bb8b2d /configure.in
parent5e2bf245bddb48dc51bb7b6b651dcd1fec45ec05 (diff)
downloadmariadb-git-1e07dbd1266610c10f2e4ef2e7d23cb6eb3929f3.tar.gz
I cut and pasted in the wrong direction I think. We don't have storage until 5.1...
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f73f08f85fc..c90b163cc4c 100644
--- a/configure.in
+++ b/configure.in
@@ -390,7 +390,7 @@ AC_SUBST(LD_VERSION_SCRIPT)
# 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)/storage/ndb/src/libndb.ver"
+ NDB_LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/ndb/src/libndb.ver"
AC_CONFIG_FILES(storage/ndb/src/libndb.ver)
fi
AC_SUBST(NDB_LD_VERSION_SCRIPT)