configure: Add quotes in error message.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 17 Sep 2013 11:16:36 +0000 (12:16 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 17 Sep 2013 11:38:01 +0000 (12:38 +0100)
configure.ac

index d0dcf82..81ea6b7 100644 (file)
@@ -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])