From: Richard W.M. Jones Date: Tue, 17 Sep 2013 11:16:36 +0000 (+0100) Subject: configure: Add quotes in error message. X-Git-Tag: 0.2~34 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=12f53f74a2e9858887a5f23c44c320f6321de82b;p=goaljobs.git configure: Add quotes in error message. --- 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])