blob: 45fa68abe352d048fb7241774af38360a99f5087 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/cwutils/i18n.h.orig 2018-08-07 18:50:31 UTC
+++ src/cwutils/i18n.h
@@ -20,7 +20,7 @@
#ifndef _CWI18N_H
#define _CWI18N_H
-#if defined(HAVE_LIBINTL_H)
+#if defined(HAVE_GETTEXT)
# include <libintl.h>
# define _(STR) i18n_gettext (STR)
|