diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-03-22 17:26:37 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-03-22 17:26:37 +0200 |
commit | f1a75adcbcc56b7a5e9c32859fa08701fbd6c73c (patch) | |
tree | 3e014812e36b4d19ba82a5391089965456372980 /gst-libs | |
parent | 352241b6b2fac2c9b7dc199165b081ef1b357ac0 (diff) | |
download | gstreamer-plugins-good-f1a75adcbcc56b7a5e9c32859fa08701fbd6c73c.tar.gz |
i18n: build fixes: #if -> #ifdef for ENABLE_NLS
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/gettext.h | 2 |
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> |