Merge bug#47337 for pushing into 5.1
This commit is contained in:
commit
72daf267df
@ -2711,7 +2711,7 @@ then
|
|||||||
MAN_DROP="$MAN_DROP embedded"
|
MAN_DROP="$MAN_DROP embedded"
|
||||||
grep -v 'embedded' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
|
grep -v 'embedded' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
|
||||||
fi
|
fi
|
||||||
if test X"$with_plugin_innobase" != Xyes
|
if test X"$with_plugin_innobase" != Xyes -a X"$with_plugin_innodb_plugin" != Xyes
|
||||||
then
|
then
|
||||||
MAN_DROP="$MAN_DROP innodb"
|
MAN_DROP="$MAN_DROP innodb"
|
||||||
grep -v 'inno' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
|
grep -v 'inno' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
|
||||||
@ -2790,7 +2790,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# "innochecksum" is not in the "innobase/" subdirectory, but should be switched
|
# "innochecksum" is not in the "innobase/" subdirectory, but should be switched
|
||||||
AM_CONDITIONAL([BUILD_INNODB_TOOLS], [test X"$with_plugin_innobase" = Xyes])
|
AM_CONDITIONAL([BUILD_INNODB_TOOLS], [test X"$with_plugin_innobase" = Xyes -o X"$with_plugin_innodb_plugin" = Xyes ])
|
||||||
|
|
||||||
# IMPORTANT - do not modify LIBS past this line - this hack is the only way
|
# IMPORTANT - do not modify LIBS past this line - this hack is the only way
|
||||||
# I know to add the static NSS magic if we have static NSS libraries with
|
# I know to add the static NSS magic if we have static NSS libraries with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user