Read config from gettext.h
Otherwise the USE_GETTEXT define might not be visible.master
parent
e00d7ee5be
commit
a8e493122e
|
@ -1,3 +1,5 @@
|
||||||
|
#include "config.h" // for USE_GETTEXT
|
||||||
|
|
||||||
#if USE_GETTEXT
|
#if USE_GETTEXT
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue