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>
Fri, 29 Jan 2016 15:49:23 +0000 (07:49 -0800)
PR gas/19532
* configure.ac (compressed_debug_sections): Replace == with =.
* configure: Regenerated.

gas/ChangeLog
gas/configure
gas/configure.ac

index e366b069d3c952f6463b087471383586264c8127..3ed466506d50fcdffce2184972fd7ce4467d33d0 100644 (file)
@@ -1,3 +1,9 @@
+2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/19532
+       * configure.ac (compressed_debug_sections): Replace == with =.
+       * configure: Regenerated.
+
 2016-01-29  Andrew Senkevich  <andrew.senkevich@intel.com>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index fa0d7a170722c1df67c086fc6ac1099b5733c3e8..b1731f0a2766fc98429aa9b9b39d4c7d6c915dc4 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 19ba45859e1f94f64233dfaaaf5dfc5a94608811..9af5121121bea513509b59dd9da38c4f6419e4bb 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
 
This page took 0.036429 seconds and 4 git commands to generate.