From: Mark Stenglein Date: Sat, 7 Sep 2019 22:41:23 +0000 (-0400) Subject: AUTO.DEF: Alphabetize tcl if list X-Git-Tag: 2019-10-25~56^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F1845%2Fhead;p=neomutt 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 --- 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 }