git.annexia.org
/
goaljobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7967057
)
configure: Add quotes in error message.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 Sep 2013 11:16:36 +0000
(12:16 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 Sep 2013 11:38:01 +0000
(12:38 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d0dcf82
..
81ea6b7
100644
(file)
--- 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])