i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning

This commit is contained in:
Tim-Philipp Müller 2010-04-09 09:55:14 +01:00
parent d198cb485d
commit 82d235266b

View file

@ -20,7 +20,7 @@
#define _LIBGETTEXT_H 1
/* NLS can be disabled through the configure --disable-nls option. */
#if ENABLE_NLS
#ifdef ENABLE_NLS
/* Get declarations of GNU message catalog functions. */
# include <libintl.h>