gettext: build fixes: #if -> #ifdef
authorStefan Kost <ensonic@users.sf.net>
Mon, 22 Mar 2010 15:10:06 +0000 (17:10 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 22 Mar 2010 15:10:06 +0000 (17:10 +0200)
gst/gettext.h

index 8b262f4..59902b3 100644 (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>