From 12f53f74a2e9858887a5f23c44c320f6321de82b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Sep 2013 12:16:36 +0100 Subject: [PATCH] configure: Add quotes in error message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d0dcf82..81ea6b7 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ fi dnl Check for POD (for manual pages). AC_CHECK_PROG(PERLDOC,perldoc,perldoc) if test "x$PERLDOC" = "x"; then - AC_MSG_ERROR([You must install the perldoc program]) + AC_MSG_ERROR([You must install the 'perldoc' program]) fi AC_CONFIG_HEADERS([config.h]) -- 1.8.3.1