summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-13 17:23:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 19:20:21 +0200
commit8e4e0c4bdb16875b2bd920c7fcdad89aa79d3e6d (patch)
tree1ee413c143dfa347009dffd0017cdbe107891d78 /configure.ac
parent31eaba251ae117f126c4cdc40fae16abfd13dcfa (diff)
downloadptxdist-8e4e0c4bdb16875b2bd920c7fcdad89aa79d3e6d.tar.gz
ptxdist-8e4e0c4bdb16875b2bd920c7fcdad89aa79d3e6d.tar.xz
Don't check for 'install' twice
Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 956fefd70..9e7300518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,12 +153,6 @@ GNU_TOOL(find, findutils)
dnl Check for egrep
AC_PROG_EGREP
-dnl Check for install
-AC_PROG_INSTALL
-if test -z "${INSTALL}"; then
- AC_MSG_ERROR([install could not be found, please install e.g.: GNU coreutils])
-fi
-
dnl Check for gcc
AC_PROG_CC
if test -z "$CC"; then