forked from Imagelibrary/binutils-gdb
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:
7
gas/configure
vendored
7
gas/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user