diff --git a/gst-libs/gst/gettext.h b/gst-libs/gst/gettext.h index 8b262f4cfd..727bdb0241 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 +#if defined (ENABLE_NLS) && ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include