From 82d235266bb164894800f877aba0c55e3aa9b98d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 9 Apr 2010 09:55:14 +0100 Subject: [PATCH] i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning --- gst-libs/gst/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gettext.h b/gst-libs/gst/gettext.h index 8b262f4..59902b3 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 -- 2.7.4