git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56882e
)
Fix perldoc test in configure script.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 23 Feb 2012 16:47:56 +0000
(16:47 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 23 Feb 2012 16:48:11 +0000
(16:48 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b4853f6
..
0185eba
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-101,7
+101,7
@@
fi
dnl Check for POD (for manual pages).
AC_CHECK_PROG(PERLDOC,perldoc,perldoc)
-if test "x$PERLDOC" = "x
no
"; then
+if test "x$PERLDOC" = "x"; then
AC_MSG_ERROR([You must install the perldoc program])
fi