Module: wine Branch: master Commit: 6c0e6df1b757e50fb81cb96ad60639353afd8f8a URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c0e6df1b757e50fb81cb96ad6...
Author: Henri Verbeet hverbeet@gmail.com Date: Mon Jul 25 21:58:11 2011 +0200
wrc: Don't include gettext-po.h if we don't have the corresponding library.
---
tools/wrc/po.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wrc/po.c b/tools/wrc/po.c index 450b218..3efd208 100644 --- a/tools/wrc/po.c +++ b/tools/wrc/po.c @@ -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