From 621ff761b3ca490233e347411067da9ab72c8d65 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 29 Jan 2016 07:47:13 -0800 Subject: Replace == with = in ld/configure.ac PR ld/19533 * configure.ac (compressed_debug_sections): Replace == with =. * configure: Regenerated. --- ld/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/configure') 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 -- cgit v1.1