From: Jeremy Harris Date: Mon, 13 Apr 2015 07:36:38 +0000 (+0100) Subject: Do not build International by default X-Git-Tag: exim-4_86_RC1~87 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/090ab487d40c75e5e0e72b39a72cb1185170232e Do not build International by default --- 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 #