From 46f7319e88cc7ff435ee4285feefed19f8a811bb Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Thu, 20 Jun 2013 06:20:47 +0200
Subject: [PATCH] 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 56457c0..0478d05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1034,7 +1034,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])
-- 
1.8.3.1

