This patch alphabetizes and wraps the tcl lists given to if
statements for issue #1835.
Signed-off-by: Mark Stenglein <mark@stengle.in>
###############################################################################
# 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
}