Do not build International by default
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 13 Apr 2015 07:36:38 +0000 (08:36 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 13 Apr 2015 07:36:38 +0000 (08:36 +0100)
src/Makefile
src/src/EDITME

index bdcfe5a5fb2f5bb05e5c29e4ba6d8e7e55ebb249..9843b9ae4d90f0ee90bb4d0ed1b296c5c5fc99f2 100644 (file)
@@ -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/* >> $@
 
index 426033577172a0612304d9053df65c44ade7614d..41b929bdf36e36b0c0d29b2683f61823cc235d09 100644 (file)
@@ -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                  #