diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-01-29 07:47:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-01-29 07:49:23 -0800 |
commit | 348ef89a5443529b2a67fa9d247debf3e707a4bd (patch) | |
tree | bd0f4a2c50233010a6584bf179917c25b4861fc6 /gas/configure | |
parent | Replace == with = in ld/configure.ac (diff) | |
download | binutils-gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.tar.gz binutils-gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.tar.bz2 binutils-gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.zip |
Replace == with = in gas/configure.ac
PR gas/19532
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index fa0d7a17072..b1731f0a276 100755 --- a/gas/configure +++ b/gas/configure @@ -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 |