From 090ab487d40c75e5e0e72b39a72cb1185170232e Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 13 Apr 2015 08:36:38 +0100 Subject: [PATCH] Do not build International by default --- src/Makefile | 1 + src/src/EDITME | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index bdcfe5a5f..9843b9ae4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -101,6 +101,7 @@ cscope.files: FRC find src Local OS exim_monitor -name "*.[cshyl]" -print \ -o -name "os.h*" -print \ -o -name "*akefile*" -print \ + -o -name config.h.defaults -print \ -o -name EDITME -print >> $@ ls OS/* >> $@ diff --git a/src/src/EDITME b/src/src/EDITME index 426033577..41b929bdf 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -499,8 +499,8 @@ EXIM_MONITOR=eximon.bin # Uncomment the following to add Internationalisation features. You need to # have the IDN library installed. -EXPERIMENTAL_INTERNATIONAL=yes -LDFLAGS += -lidn +#EXPERIMENTAL_INTERNATIONAL=yes +#LDFLAGS += -lidn ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY # -- 2.25.1