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.ac | |
parent | 621ff761b3ca490233e347411067da9ab72c8d65 (diff) | |
download | gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.zip gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.tar.gz gdb-348ef89a5443529b2a67fa9d247debf3e707a4bd.tar.bz2 |
Replace == with = in gas/configure.ac
PR gas/19532
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.
Diffstat (limited to 'gas/configure.ac')
-rw-r--r-- | gas/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index 19ba458..9af5121 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -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 |