From e3efae65bcc1472713e351706806f3a1e43422ab Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 22 Mar 2010 17:10:06 +0200 Subject: [PATCH] gettext: build fixes: #if -> #ifdef --- gst/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gettext.h b/gst/gettext.h index 8b262f4..59902b3 100644 --- a/gst/gettext.h +++ b/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