summaryrefslogtreecommitdiffstats
path: root/patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff
blob: ec81a3a220f157480671a9ebaffb47505f174074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: inotify-tools-3.13/configure.ac
===================================================================
--- inotify-tools-3.13.orig/configure.ac
+++ inotify-tools-3.13/configure.ac
@@ -45,7 +45,7 @@ AM_CONDITIONAL([DOXYGEN_ENABLE], test x$
 AC_CHECK_HEADERS([sys/inotify.h mcheck.h])
 AC_LANG(C)
 AC_MSG_CHECKING([whether sys/inotify.h actually works])
-AC_RUN_IFELSE(
+AC_COMPILE_IFELSE(
   AC_LANG_PROGRAM([[#include <sys/inotify.h>]],
                   [[return (-1 == inotify_init());]]
   ),