Files
pkgsrc-ng/security/nettle/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
430 B
Plaintext

$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