summaryrefslogtreecommitdiffstats
path: root/patches/inotify-tools-3.13
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-25 12:53:07 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-25 12:53:07 +0000
commit9b923edde654cd90592b8a82b7c3759538b0643a (patch)
tree869d33d64831b92c253fdeea2a8f692d14f4093e /patches/inotify-tools-3.13
parentca4157b470805265c0c6881c04585556606dbeab (diff)
downloadptxdist-9b923edde654cd90592b8a82b7c3759538b0643a.tar.gz
ptxdist-9b923edde654cd90592b8a82b7c3759538b0643a.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9636 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches/inotify-tools-3.13')
-rw-r--r--patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff b/patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff
index ec81a3a22..01f011cb1 100644
--- a/patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff
+++ b/patches/inotify-tools-3.13/generic/inotify-tools-3.13-configure-compile_ifelse.diff
@@ -1,3 +1,11 @@
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Subject: use AC_COMPILE_IFELSE instead of AC_RUN_IFELSE to check for sys/inotify.h
+
+Without this patch cross compiling inotify-tools doesn't work
+out of the box, because running a cross compiled programm is not
+possible. This patch uses the AC_COMPILE_IFELSE instead.
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)