files are in storage/ndb in 5.1. fix merge from 5.0
This commit is contained in:
parent
6cd576ca8b
commit
dc6b029c47
@ -280,8 +280,8 @@ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [
|
|||||||
|
|
||||||
# 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)/storage/ndb/src/libndb.ver"
|
||||||
AC_CONFIG_FILES(ndb/src/libndb.ver)
|
AC_CONFIG_FILES(storage/ndb/src/libndb.ver)
|
||||||
fi
|
fi
|
||||||
AC_SUBST(NDB_LD_VERSION_SCRIPT)
|
AC_SUBST(NDB_LD_VERSION_SCRIPT)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user