summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-03-22 18:02:39 +0200
committerStefan Kost <ensonic@users.sf.net>2010-03-22 18:07:45 +0200
commit5ebf6444cbda3e77161551104a5b78fab56ad68f (patch)
tree4fad170140c72026158fb4c46e5f232ebd99e361 /gst-libs
parent70211451be4ad2fa14160c1a4078842ea7a8c04a (diff)
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>