summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8eb5f5be9d..f55baf09f3 100755
--- a/configure
+++ b/configure
@@ -1750,7 +1750,7 @@ fi
# Check if tools are available to build documentation.
if test "$docs" != "no" ; then
- if has texi2html && has pod2man; then
+ if has makeinfo && has pod2man; then
docs=yes
else
if test "$docs" = "yes" ; then