summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2013-08-07 09:10:37 +0200
committerJuergen Beisert <jbe@pengutronix.de>2013-08-07 09:14:07 +0200
commit72b900c0541bb7d1b83094eb477659da5a36a56a (patch)
tree3460b82461ffb1af5b152b51c99e8651199a2d3a /configure.ac
parent421a40af72edf7ded3a78baa7598d7b8d74815ce (diff)
downloadptxdist-72b900c0541bb7d1b83094eb477659da5a36a56a.tar.gz
ptxdist-72b900c0541bb7d1b83094eb477659da5a36a56a.tar.xz
Buildsystem: clarify configure's error message
The current configure's error message is confusing as it seems to request for a patch instead for the patch tool. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b6dc16dcf..2a9794422 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,7 +336,7 @@ AC_ARG_WITH(patch, AS_HELP_STRING([--with-patch],[name of the patch executable t
AC_PATH_PROG(PATCH, patch)
])
if test -z "$PATCH"; then
- AC_MSG_ERROR([Please specify the location of patch with the option '--with-patch'])
+ AC_MSG_ERROR([Please specify the location of the patch executable with the option '--with-patch'])
fi
# Sun's patch is a mess, issue a warning. But we are going to continue with