blob: 17f18a8d97d63a3ea83053d780815802d19c5435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2013/04/29 16:42:25 adam Exp $
--- configure.orig 2013-04-24 13:26:53.000000000 +0000
+++ configure
@@ -7183,7 +7183,7 @@ fi
enable_documentation=yes
else
- if test "x$enable_documentation" == "xauto" ; then
+ if test "x$enable_documentation" = "xauto" ; then
enable_documentation=no
else
as_fn_error $? "Cannot find 'makeinfo', required for documentation." "$LINENO" 5
|