Skip to content

Commit

Permalink
Add missing test
Browse files Browse the repository at this point in the history
Fixes
./configure: line 18474: xno: command not found
  • Loading branch information
mbiebl authored and rgerhards committed Jun 20, 2013
1 parent d0142f0 commit f54691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ AC_ARG_ENABLE(cached_man_pages,
if test "x$enable_cached_man_pages" = "xno"; then
# obtain path for rst2man
if test "x$enable_libgcrypt" = "xyes" || \
"x$enable_guardtime" = "xyes"; then
test "x$enable_guardtime" = "xyes"; then
AC_PATH_PROG([RST2MAN], [rst2man])
if test "x${RST2MAN}" == "x"; then
AC_MSG_FAILURE([rst2man not found in PATH])
Expand Down

0 comments on commit f54691a

Please sign in to comment.