From deb302a74aeb0ddb03ca13a3ce4ef6c54d4eec28 Mon Sep 17 00:00:00 2001 From: Mark Stenglein Date: Sat, 7 Sep 2019 18:41:23 -0400 Subject: [PATCH] AUTO.DEF: Alphabetize tcl if list This patch alphabetizes and wraps the tcl lists given to if statements for issue #1835. Signed-off-by: Mark Stenglein --- auto.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto.def b/auto.def index c0f5a5140..9d75effeb 100644 --- a/auto.def +++ b/auto.def @@ -500,7 +500,7 @@ if {[get-define want-gpgme]} { ############################################################################### # INOTIFY if {[get-define want-inotify]} { - if {[cc-check-functions inotify_init1 inotify_add_watch inotify_rm_watch]} { + if {[cc-check-functions inotify_add_watch inotify_init1 inotify_rm_watch]} { if {[cc-check-includes sys/inotify.h]} { define USE_INOTIFY } -- 2.40.0