i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 9 Apr 2010 08:55:14 +0000 (09:55 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 9 Apr 2010 08:55:14 +0000 (09:55 +0100)
gst-libs/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>