Commit 13e0db68 authored by unknown's avatar unknown

missed storage in one more place

parent 1e07dbd1
...@@ -391,7 +391,7 @@ AC_SUBST(LD_VERSION_SCRIPT) ...@@ -391,7 +391,7 @@ AC_SUBST(LD_VERSION_SCRIPT)
# libndbclient versioning when linked with GNU ld. # libndbclient versioning when linked with GNU ld.
if $LD --version 2>/dev/null|grep -q GNU; then if $LD --version 2>/dev/null|grep -q GNU; then
NDB_LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/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) AC_CONFIG_FILES(ndb/src/libndb.ver)
fi fi
AC_SUBST(NDB_LD_VERSION_SCRIPT) AC_SUBST(NDB_LD_VERSION_SCRIPT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment