Feature macros should be uppercase
[exim.git] / src / src / readconf.c
index 29181cbcb29ad2dce6cf459e04218e84e2be41fa..6bcc50752067b01683be1d80745b832d032e46eb 100644 (file)
@@ -3066,7 +3066,7 @@ due to conflicts with other common macros. */
   read_macro_assignment(US"_HAVE_DNSSEC=y");
 #endif
 #ifndef DISABLE_EVENT
-  read_macro_assignment(US"_HAVE_Event=y");
+  read_macro_assignment(US"_HAVE_EVENT=y");
 #endif
 #ifdef SUPPORT_I18N
   read_macro_assignment(US"_HAVE_I18N=y");