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)
commit2ebc509e4f15115fa818ca74838d5fb0bb82088f
tree8af4094e252cbf05e98c943638d6527041b50d95
parent8076579a2ca7d8db8c148caa684cf1e36be42337
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
(transplanted from 1e32190cde0a63a1bf5fce8f9d7da3708af1d09f)
configure.ac