summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-03-22 17:26:37 +0200
committerStefan Kost <ensonic@users.sf.net>2010-03-22 17:26:37 +0200
commitf1a75adcbcc56b7a5e9c32859fa08701fbd6c73c (patch)
tree3e014812e36b4d19ba82a5391089965456372980 /gst-libs
parent352241b6b2fac2c9b7dc199165b081ef1b357ac0 (diff)
downloadgstreamer-plugins-good-f1a75adcbcc56b7a5e9c32859fa08701fbd6c73c.tar.gz
i18n: build fixes: #if -> #ifdef for ENABLE_NLS
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gettext.h b/gst-libs/gst/gettext.h
index 8b262f4cf..59902b35e 100644
--- a/gst-libs/gst/gettext.h
+++ b/gst-libs/gst/gettext.h
@@ -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>