From af8d937e62c921f46a41232a7aa64a747f9fcb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 29 Oct 2012 04:12:14 +0100 Subject: Add conditionnal inotify support Thanks to Francois Andriot --- ConfigureChecks.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 4bf5d870..377fa4d3 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -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 ) -- cgit v1.2.1