fix failure of configure to detect gcc due to message translations
authorRich Felker <dalias@aerifal.cx>
Sat, 31 Jan 2015 02:54:58 +0000 (21:54 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 31 Jan 2015 02:54:58 +0000 (21:54 -0500)
commitb553dc4fe68c02bb1ddbb4db906d43124b6be70a
tree755ddd1b546942608d0c6adea8144d28294ec51d
parentecb608192a48d3688e1a0a21027bfd968d3301a1
fix failure of configure to detect gcc due to message translations

based on patch by Vadim Ushakov. in general overriding LC_ALL rather
than specific categories (here, LC_MESSAGES) is undesirable, but
LC_ALL is easier and in this case there is nothing else that depends
on the locale in this invocation of the compiler.
configure