diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 08:36:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-13 08:36:38 +0100 |
commit | 090ab487d40c75e5e0e72b39a72cb1185170232e (patch) | |
tree | 970cf6d6df2f829f699c785e9af2ff4ba6351348 | |
parent | 6023a6ad2ac0294879b14127f62795095da573b5 (diff) |
Do not build International by default
-rw-r--r-- | src/Makefile | 1 | ||||
-rw-r--r-- | 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 # |