(no bug) Remove some whitespace on blank line, in configure.in. whitespace-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2013-03-27 00:04:00 -07:00
parent 79f345dc26
commit 91c57675ac

View File

@ -1426,7 +1426,7 @@ if test "$GNU_CC"; then
MOZ_C_SUPPORTS_WARNING(-W, type-limits, ac_c_has_wtype_limits)
MOZ_C_SUPPORTS_WARNING(-W, empty-body, ac_c_has_wempty_body)
MOZ_C_SUPPORTS_WARNING(-W, sign-compare, ac_c_has_sign_compare)
# Turn off the following warnings that -Wall turns on:
# -Wno-unused - lots of violations in third-party code
#