]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Replace == with = in gas/configure.ac
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Jan 2016 15:47:45 +0000 (07:47 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 30 Jan 2016 00:37:55 +0000 (16:37 -0800)
Backport from master

PR gas/19532
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.

gas/ChangeLog
gas/configure
gas/configure.ac

index 406b3368a7c1a6c680dd891945f7ed09afead1ba..4109db371a3237777d6554ec64147d37cafe22a4 100644 (file)
@@ -1,3 +1,12 @@
+2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Backport from master
+       2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/19532
+       * configure.ac (compressed_debug_sections): Replace == with =.
+       * configure: Regenerated.
+
 2016-01-25  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index 36ff555974fa1ec8bb23de304a31d89b255570ed..a2b9d39c1bc9d70a744e269607e6723f394099ce 100755 (executable)
@@ -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
 
index 07f825df9791c2d12b27ec7f8667b66cf3ad8f94..b28c0cc53b12fa2c329028060d905f2629e0a8fc 100644 (file)
@@ -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