aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-01-29 07:47:13 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-01-29 07:49:18 -0800
commit621ff761b3ca490233e347411067da9ab72c8d65 (patch)
tree2f2e5e88bfc741b6a27b88c8159c3f5bb99df81f /ld/configure
parentac2789d7ec54ba7de78e8304fd31d528c7c0cb45 (diff)
downloadgdb-621ff761b3ca490233e347411067da9ab72c8d65.zip
gdb-621ff761b3ca490233e347411067da9ab72c8d65.tar.gz
gdb-621ff761b3ca490233e347411067da9ab72c8d65.tar.bz2
Replace == with = in ld/configure.ac
PR ld/19533 * configure.ac (compressed_debug_sections): Replace == with =. * configure: Regenerated.
Diffstat (limited to 'ld/configure')
-rwxr-xr-xld/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure
index 2141ee7..cb1e573 100755
--- a/ld/configure
+++ b/ld/configure
@@ -17103,7 +17103,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