mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-30 12:15:50 +01:00
Make inotify optional
This time keeping the ability to fall back to the old polling method.
This commit is contained in:
committed by
Carlos R. Mafra
parent
118a93808a
commit
c7868fa405
@@ -128,7 +128,9 @@ if test "x$HAVEDL" = xyes; then
|
||||
AC_CHECK_HEADERS(dlfcn.h)
|
||||
fi
|
||||
|
||||
|
||||
dnl Check for inotify
|
||||
dnl =================
|
||||
AC_CHECK_HEADERS(sys/inotify.h, AC_DEFINE(HAVE_INOTIFY, 1, Check for inotify))
|
||||
|
||||
dnl Check CPP
|
||||
dnl =========
|
||||
|
||||
Reference in New Issue
Block a user