configure: Add quotes in error message.
[goaljobs.git] / 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])