add --disable-inotify for configure to disable inotify when autodetected

This commit is contained in:
Viliam Mateicka
2009-10-24 18:24:29 +02:00
parent ac830468bf
commit 7b343eaf50
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ src_mpd_SOURCES = \
src/stored_playlist.c \
src/timer.c
if HAVE_INOTIFY
if ENABLE_INOTIFY
src_mpd_SOURCES += \
src/inotify_source.c \
src/inotify_queue.c \