gettext: build fixes: #if -> #ifdef

This commit is contained in:
Stefan Kost 2010-03-22 17:10:06 +02:00
parent da287f556d
commit e3efae65bc

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>