From d8a64ed1d63710ad764fbf3b1fb28d08204f9e72 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 13 Feb 2013 15:28:36 +0100 Subject: [PATCH] avoid build failure caused by mistakenly excluded --- src/LYMain.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LYMain.c b/src/LYMain.c index 9528be2..aaddb7b 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -58,7 +58,7 @@ #include #endif -#if defined(LOCALE) && (!defined(HAVE_LIBINTL_H) || !defined(LC_ALL)) +#if defined(LOCALE) #undef gettext /* Solaris locale.h prototypes gettext() */ #include #ifndef HAVE_GETTEXT -- 1.7.1