From bb253194dfeff6c212d7a5081f3e7cc105226cc6 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Sat, 7 Apr 2012 21:04:58 +0200 Subject: configure.ac: Check for GNU find One of the specialities of GNU find over BSD find is that you can omit the path before providing options. This means that "find -name bla" is equivalent with "find . -name bla". Busybox exposes that behaviour. So check for GNU find to be on the safe side, and also add the symlink in the installation directory once we found it. Signed-off-by: Bernhard Walle Signed-off-by: Michael Olbrich --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 78597cc4e..44c244831 100755 --- a/configure.ac +++ b/configure.ac @@ -148,6 +148,7 @@ GNU_TOOL(stat, coreutils) GNU_TOOL(mknod, coreutils) GNU_TOOL(readlink, coreutils) GNU_TOOL(tar, tar) +GNU_TOOL(find, findutils) dnl Check for egrep AC_PROG_EGREP -- cgit v1.2.3