From f54691a246450c9d8437ddb1bf775b295e91352c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 20 Jun 2013 06:20:47 +0200 Subject: Add missing test Fixes ./configure: line 18474: xno: command not found --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb0de0c6..a62bc687 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3