mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
$NetBSD: patch-configure,v 1.2 2013/12/12 14:11:32 pettai Exp $
|
|
|
|
Portability fixes
|
|
|
|
$NetBSD: patch-configure,v 1.2 2013/12/12 14:11:32 pettai Exp $
|
|
|
|
--- configure.orig 2013-12-12 12:59:10.000000000 +0000
|
|
+++ configure
|
|
@@ -19585,7 +19585,7 @@ then
|
|
as_fn_error $? "reputation requires libjansson" "$LINENO" 5
|
|
fi
|
|
|
|
-if test x"$jansson_found" == x"yes"
|
|
+if test x"$jansson_found" = x"yes"
|
|
then
|
|
|
|
$as_echo "#define USE_JANSSON 1" >>confdefs.h
|