wrc: Don't include gettext-po.h if we don't have the corresponding library.
This commit is contained in:
parent
1195530795
commit
6c0e6df1b7
|
@ -26,7 +26,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_GETTEXT_PO_H
|
||||
#ifdef HAVE_LIBGETTEXTPO
|
||||
#include <gettext-po.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue