]> Git Repo - secp256k1.git/commitdiff
Portability fix for the configure scripts generated
authorPierre Pronchery <[email protected]>
Mon, 26 Feb 2018 01:22:11 +0000 (02:22 +0100)
committerPierre Pronchery <[email protected]>
Mon, 26 Feb 2018 01:22:11 +0000 (02:22 +0100)
Found thanks to the developer checks from the pkgsrc software
distribution (for NetBSD, SmartOS, Minix, MacOS X, Linux, and more).

configure.ac

index 68c45a56f0aa09d88888ff94c9a43e48cb78b86f..f5d236023858bcffc51124279e8e21ac873b8840 100644 (file)
@@ -482,7 +482,7 @@ AM_CONDITIONAL([USE_BENCHMARK], [test x"$use_benchmark" = x"yes"])
 AM_CONDITIONAL([USE_ECMULT_STATIC_PRECOMPUTATION], [test x"$set_precomp" = x"yes"])
 AM_CONDITIONAL([ENABLE_MODULE_ECDH], [test x"$enable_module_ecdh" = x"yes"])
 AM_CONDITIONAL([ENABLE_MODULE_RECOVERY], [test x"$enable_module_recovery" = x"yes"])
-AM_CONDITIONAL([USE_JNI], [test x"$use_jni" == x"yes"])
+AM_CONDITIONAL([USE_JNI], [test x"$use_jni" = x"yes"])
 AM_CONDITIONAL([USE_EXTERNAL_ASM], [test x"$use_external_asm" = x"yes"])
 AM_CONDITIONAL([USE_ASM_ARM], [test x"$set_asm" = x"arm"])
 
This page took 0.025359 seconds and 4 git commands to generate.