Added -DI18N option
authorDavid Schleef <ds@schleef.org>
Sun, 19 Aug 2001 01:21:41 +0000 (01:21 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 19 Aug 2001 01:21:41 +0000 (01:21 +0000)
Config

diff --git a/Config b/Config
index 47d794bbe82af6b43d7500bc6a3f526e68de0c4e..01dab3cbf804b3dbd4bccfea93440399eab18620 100644 (file)
--- a/Config
+++ b/Config
@@ -15,6 +15,7 @@ LD = $(CROSS)ld
 # Optimization and debugging
 CFLAGS = -Wall -Wstrict-prototypes
 CFLAGS += -O2
+CFLAGS += -DI18N # This enables gettextization
 #CFLAGS += -g