]> granicus.if.org Git - neomutt/commitdiff
AUTO.DEF: Alphabetize tcl if list 1845/head
authorMark Stenglein <mark@stengle.in>
Sat, 7 Sep 2019 22:41:23 +0000 (18:41 -0400)
committerMark Stenglein <mark@stengle.in>
Sat, 7 Sep 2019 23:37:49 +0000 (19:37 -0400)
This patch alphabetizes and wraps the tcl lists given to if
statements for issue #1835.

Signed-off-by: Mark Stenglein <mark@stengle.in>
auto.def

index c0f5a514086a06393b33c020f94e49dad48a7a96..9d75effeb574fcf70c55b9a7f4dad1504241be03 100644 (file)
--- 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
     }