Fix build without O2
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 13 Nov 2007 11:03:38 +0000 (13:03 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 13 Nov 2007 11:03:38 +0000 (13:03 +0200)
commitb3591654458361becb2db7c36594469b89a3bf6a
tree0b04815cc40a504769f85b087b969f2bb81894e9
parentec8761f231c345d7a6f07ad8bafeff2cc8c69e83
Fix build without O2

HAVE_LOCALE_H is used by system.h, ensure it is defined properly
(the issue only occurs when compiling without __OPTIMIZE__ (ie -O2)
 otherwise libintl.h do include locale.h)

Patch from Pascal Rigaux
configure.ac