diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-01-27 10:24:51 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-01-27 10:24:51 -0800 |
commit | 27ba7c949773a9f957a519f4b1e2b6d85e5f83b3 (patch) | |
tree | d1c3a033029ece13f302952d26b9b99759b05b40 /gas/configure.ac | |
parent | c07af0ab296efebf868a153e6c98cb65c5c23d04 (diff) | |
download | binutils-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.zip binutils-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.tar.gz binutils-27ba7c949773a9f957a519f4b1e2b6d85e5f83b3.tar.bz2 |
Remove trailing `]' in --enable-compressed-debug-sections
* configure.ac (compressed_debug_sections): Remove trailing `]'.
* configure: Regenerated.
Diffstat (limited to 'gas/configure.ac')
-rw-r--r-- | gas/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index 74a274b..19ba458 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -70,7 +70,7 @@ ac_default_compressed_debug_sections=unset # Provide a configure time option to override our default. AC_ARG_ENABLE(compressed_debug_sections, AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,none}], - [compress debug sections by default])], + [compress debug sections by default]), [case ,"${enableval}", in ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;; ,no, | ,none,) ac_default_compressed_debug_sections=no ;; |