From: Stefan Kost Date: Mon, 22 Mar 2010 15:10:06 +0000 (+0200) Subject: gettext: build fixes: #if -> #ifdef X-Git-Tag: RELEASE-0.10.29~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3efae65bcc1472713e351706806f3a1e43422ab;p=platform%2Fupstream%2Fgstreamer.git gettext: build fixes: #if -> #ifdef --- 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