[exim-cvs] Do not build International by default

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Do not build International by default
Gitweb: http://git.exim.org/exim.git/commitdiff/090ab487d40c75e5e0e72b39a72cb1185170232e
Commit:     090ab487d40c75e5e0e72b39a72cb1185170232e
Parent:     6023a6ad2ac0294879b14127f62795095da573b5
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 13 08:36:38 2015 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 13 08:36:38 2015 +0100


    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 bdcfe5a..9843b9a 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 4260335..41b929b 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                  #