diff options
author | mtaylor@qualinost.(none) <> | 2007-01-19 12:23:06 -0800 |
---|---|---|
committer | mtaylor@qualinost.(none) <> | 2007-01-19 12:23:06 -0800 |
commit | 4d9abb4a4f9a7624c29d6fcd2e48d15e301d2572 (patch) | |
tree | 0f8b49250fefc005af2a878835662fea27bb8b2d /configure.in | |
parent | 94779963375f4c427c6209c4c8b0abd17ddc7ee0 (diff) | |
download | mariadb-git-4d9abb4a4f9a7624c29d6fcd2e48d15e301d2572.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.in | 2 |
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) |