|
|
|
@ -38,7 +38,7 @@ check_include_file( systems.h HAVE_SYSTEMS_H )
|
|
|
|
|
|
|
|
|
|
##### check for inotify ###########################
|
|
|
|
|
|
|
|
|
|
# if( WITH_INOTIFY )
|
|
|
|
|
if( WITH_INOTIFY )
|
|
|
|
|
check_include_file( "inotify.h" INOTIFY_FOUND )
|
|
|
|
|
check_include_file( "sys/inotify.h" INOTIFY_SYS_FOUND )
|
|
|
|
|
if( NOT INOTIFY_FOUND )
|
|
|
|
@ -53,7 +53,7 @@ check_include_file( systems.h HAVE_SYSTEMS_H )
|
|
|
|
|
set( HAVE_INOTIFY 1 )
|
|
|
|
|
set( HAVE_SYS_INOTIFY 1 )
|
|
|
|
|
endif( INOTIFY_SYS_FOUND )
|
|
|
|
|
# endif( )
|
|
|
|
|
endif( )
|
|
|
|
|
|
|
|
|
|
check_function_exists( statvfs HAVE_STATVFS )
|
|
|
|
|
|
|
|
|
|