Skip to content
Snippets Groups Projects
Commit 12f53f74 authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

configure: Add quotes in error message.

parent 7967057a
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ fi ...@@ -91,7 +91,7 @@ fi
dnl Check for POD (for manual pages). dnl Check for POD (for manual pages).
AC_CHECK_PROG(PERLDOC,perldoc,perldoc) AC_CHECK_PROG(PERLDOC,perldoc,perldoc)
if test "x$PERLDOC" = "x"; then 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 fi
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment