Control gas enable-checking default by bfd/development.sh

* configure.ac (ac_checking): Set from bfd/development.sh
	development variable.
	* configure: Regenerate.
This commit is contained in:
Alan Modra
2019-01-28 09:33:28 +10:30
parent 1dbc40b9d7
commit e044973b0c
3 changed files with 12 additions and 8 deletions

7
gas/configure vendored
View File

@@ -12050,10 +12050,9 @@ if test "${enable_targets+set}" = set; then :
esac
fi
ac_checking=yes
if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
ac_checking=
fi
ac_checking=
. ${srcdir}/../bfd/development.sh
test "$development" = true && ac_checking=yes
# Check whether --enable-checking was given.
if test "${enable_checking+set}" = set; then :
enableval=$enable_checking; case "${enableval}" in