[PATCH] build system: Make --enable-gettext actually enable gettext.
Arkadiusz Miskiewicz
arekm at maven.pl
Tue Dec 16 14:23:08 CST 2008
ENABLE_GETTEXT wasn't defined when --enable-gettext was
passed as configure option. Now this is fixed.
---
xfsprogs/include/builddefs.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/xfsprogs/include/builddefs.in b/xfsprogs/include/builddefs.in
index f1b4340..f07d8d6 100644
--- a/xfsprogs/include/builddefs.in
+++ b/xfsprogs/include/builddefs.in
@@ -118,6 +118,10 @@ GCFLAGS = $(OPTIMIZER) $(DEBUG) \
-DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
-DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include
+ifeq ($(ENABLE_GETTEXT),yes)
+GCFLAGS += -DENABLE_GETTEXT
+endif
+
# First, Global, Platform, Local CFLAGS
CFLAGS += $(FCFLAGS) $(GCFLAGS) $(PCFLAGS) $(LCFLAGS)
--
1.6.0.5
More information about the xfs
mailing list