From 3acf26c7e9012515ea2936d1d7aab67652049f46 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 29 Sep 2016 22:56:02 +0100 Subject: [PATCH] Feature macros should be uppercase --- src/src/readconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/readconf.c b/src/src/readconf.c index 29181cbcb..6bcc50752 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -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"); -- 2.25.1