2016-01-21 23:42:40 +01:00

43 lines
1.1 KiB
Plaintext

$NetBSD: patch-aa,v 1.2 2015/09/10 23:05:53 prlw1 Exp $
Remove some assumptions about the test(1) (sub)command
--- configure.orig 2013-03-09 10:22:58.000000000 +0000
+++ configure
@@ -13113,7 +13113,7 @@ fi
report_curltimeout="-"
if test -n "${with_curltimeout}"; then
- if test "${with_curltimeout}" == "yes"; then
+ if test "${with_curltimeout}" = "yes"; then
$as_echo "#define OAUTH_CURL_TIMEOUT 60" >>confdefs.h
report_curltimeout="60"
@@ -13131,7 +13131,7 @@ fi
-if test "${enable_builtinhash}" == "yes"; then :
+if test "${enable_builtinhash}" = "yes"; then :
$as_echo "#define USE_BUILTIN_HASH 1" >>confdefs.h
USE_BUILTIN_HASH=1
@@ -13153,7 +13153,7 @@ $as_echo "$as_me:
else
- if test "${enable_nss}" == "yes"; then :
+ if test "${enable_nss}" = "yes"; then :
pkg_failed=no
@@ -13451,7 +13451,7 @@ $as_echo "no" >&6; }
fi
-if test "$PERL" == "no"; then
+if test "$PERL" = "no"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dude, where's your perl? doxygen will not like this!)" >&5
$as_echo "$as_me: WARNING: dude, where's your perl? doxygen will not like this!)" >&2;}
fi