summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-02-26 19:35:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-06 08:34:10 +0100
commit7c61fe29c58143bc58144f56d2f4e7163c5c36ef (patch)
tree64ee08855f6be6c8023dab7fd9a6bf5eecc580d1 /configure.ac
parentc13c4ac2ddc6a5e2614073236c665ffe7e2e2c04 (diff)
downloadptxdist-7c61fe29c58143bc58144f56d2f4e7163c5c36ef.tar.gz
ptxdist-7c61fe29c58143bc58144f56d2f4e7163c5c36ef.tar.xz
configure.ac: Check for GNU mknod
We need that because scripts/lib/ptxd_make_xpkg_pkg.sh uses the -m parameter of mknod which doesn't exist in BSD mknod. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 00c252183..ca068796a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,7 @@ GNU_COREUTILS(md5sum)
GNU_COREUTILS(mkdir)
GNU_COREUTILS(install)
GNU_COREUTILS(stat)
+GNU_COREUTILS(mknod)
dnl Check for egrep
AC_PROG_EGREP