Disable EXIM_MONITOR
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 18 Oct 2019 13:15:41 +0000 (15:15 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 18 Oct 2019 13:15:41 +0000 (15:15 +0200)
src/src/EDITME

index 45af21063b4eb751e8c883f5055dd789c545f3c6..83325abfdfcf32b5519c348c3e7e1fc17f7fd2f9 100644 (file)
@@ -494,12 +494,12 @@ SUPPORT_DANE=yes
 #------------------------------------------------------------------------------
 # Compiling the Exim monitor: If you want to compile the Exim monitor, a
 # program that requires an X11 display, then EXIM_MONITOR should be set to the
-# value "eximon.bin". Comment out this setting to disable compilation of the
+# value "eximon.bin". De-comment this setting to enable compilation of the
 # monitor. The locations of various X11 directories for libraries and include
 # files are defaulted in the OS/Makefile-Default file, but can be overridden in
 # local OS-specific make files.
 
-EXIM_MONITOR=eximon.bin
+EXIM_MONITOR=eximon.bin
 
 
 #------------------------------------------------------------------------------