$NetBSD: patch-src_secp256k1_configure,v 1.1 2019/09/20 16:57:28 adam Exp $

Portability fix.

--- src/secp256k1/configure.orig	2019-09-20 12:04:42.000000000 +0000
+++ src/secp256k1/configure
@@ -15158,7 +15158,7 @@ else
   ENABLE_MODULE_RECOVERY_FALSE=
 fi
 
- if test x"$use_jni" == x"yes"; then
+ if test x"$use_jni" = x"yes"; then
   USE_JNI_TRUE=
   USE_JNI_FALSE='#'
 else
