wrc: Don't include gettext-po.h if we don't have the corresponding library.

This commit is contained in:
Henri Verbeet 2011-07-25 21:58:11 +02:00 committed by Alexandre Julliard
parent 1195530795
commit 6c0e6df1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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