From 348ef89a5443529b2a67fa9d247debf3e707a4bd Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 29 Jan 2016 07:47:45 -0800 Subject: [PATCH] Replace == with = in gas/configure.ac PR gas/19532 * configure.ac (compressed_debug_sections): Replace == with =. * configure: Regenerated. --- gas/ChangeLog | 6 ++++++ gas/configure | 2 +- gas/configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e366b069d3..3ed466506d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-01-29 H.J. Lu + + PR gas/19532 + * configure.ac (compressed_debug_sections): Replace == with =. + * configure: Regenerated. + 2016-01-29 Andrew Senkevich H.J. Lu diff --git a/gas/configure b/gas/configure index fa0d7a1707..b1731f0a27 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 diff --git a/gas/configure.ac b/gas/configure.ac index 19ba45859e..9af5121121 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 -- 2.34.1