fix bogus == bashism.
This commit is contained in:
parent
33f4505796
commit
bc117f559a
2
external/gpl3/binutils/dist/gas/configure
vendored
2
external/gpl3/binutils/dist/gas/configure
vendored
@ -12505,7 +12505,7 @@ _ACEOF
|
||||
|
||||
done
|
||||
|
||||
if test x$ac_default_compressed_debug_sections == xyes ; then
|
||||
if test x$ac_default_compressed_debug_sections = xyes ; then
|
||||
|
||||
$as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
|
||||
|
||||
|
2
external/gpl3/binutils/dist/gas/configure.ac
vendored
2
external/gpl3/binutils/dist/gas/configure.ac
vendored
@ -549,7 +549,7 @@ changequote([,])dnl
|
||||
|
||||
done
|
||||
|
||||
if test x$ac_default_compressed_debug_sections == xyes ; then
|
||||
if test x$ac_default_compressed_debug_sections = xyes ; then
|
||||
AC_DEFINE(DEFAULT_FLAG_COMPRESS_DEBUG, 1, [Define if you want compressed debug sections by default.])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user