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

PR ld/19533
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.

ld/ChangeLog
ld/configure
ld/configure.ac

index 618ff5670fbfa4d9b8853e2e88086109627ca93a..8479e51b99a0519d779f89f2ac697e82f2e3ed62 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 ld/19533
+       * configure.ac (compressed_debug_sections): Replace == with =.
+       * configure: Regenerated.
+
 2016-01-25  Tristan Gingold  <gingold@adacore.com>
 
        * configure: Regenerate.
index b51d43a9837ec199637b8050a99cdd6334ef4983..8095b713e44edfd3214455f24f9c4cbdb44fdb9d 100755 (executable)
@@ -17134,7 +17134,7 @@ do
   fi
 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 188172d28b4611b38a6c7228e060b49bbe4a7acb..e28f38ee3a5edec9a82f9af2d26dd3fb7ee7cb42 100644 (file)
@@ -384,7 +384,7 @@ do
   fi
 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