summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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