blob: 57156007d7f960dd0f322b17215e5e5b90daf057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure,v 1.1 2015/06/03 11:53:53 fhajny Exp $
Portability.
--- configure.orig 2015-05-24 10:28:58.000000000 +0000
+++ configure
@@ -18634,7 +18634,7 @@ else
$as_echo "yes" >&6; }
have_jansson=yes
fi
-if test "x${have_jansson}" == "xyes"; then
+if test "x${have_jansson}" = "xyes"; then
$as_echo "#define HAVE_JANSSON 1" >>confdefs.h
|