@@ -1365,28 +1365,25 @@ fi
1365
1365
dnl univalue check
1366
1366
1367
1367
need_bundled_univalue=yes
1368
-
1369
1368
if test x$build_bitcoin_wallet$build_bitcoin_cli$build_bitcoin_tx$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench = xnonononononono; then
1370
1369
need_bundled_univalue=no
1371
1370
else
1372
-
1373
- if test x$system_univalue != xno ; then
1374
- PKG_CHECK_MODULES( [ UNIVALUE ] , [ libunivalue >= 1.0.4 ] , [ found_univalue=yes ] , [ found_univalue=no ] )
1375
- if test x$found_univalue = xyes ; then
1376
- system_univalue=yes
1377
- need_bundled_univalue=no
1378
- elif test x$system_univalue = xyes ; then
1379
- AC_MSG_ERROR ( [ univalue not found ] )
1380
- else
1381
- system_univalue=no
1371
+ if test x$system_univalue != xno; then
1372
+ PKG_CHECK_MODULES( [ UNIVALUE ] , [ libunivalue >= 1.0.4 ] , [ found_univalue=yes ] , [ found_univalue=no ] )
1373
+ if test x$ found_univalue = xyes; then
1374
+ system_univalue=yes
1375
+ need_bundled_univalue=no
1376
+ elif test x$system_univalue = xyes; then
1377
+ AC_MSG_ERROR ( [ univalue not found ] )
1378
+ else
1379
+ system_univalue=no
1380
+ fi
1382
1381
fi
1383
- fi
1384
-
1385
- if test x$need_bundled_univalue = xyes ; then
1386
- UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
1387
- UNIVALUE_LIBS='univalue/libunivalue.la'
1388
- fi
1389
1382
1383
+ if test x$need_bundled_univalue = xyes; then
1384
+ UNIVALUE_CFLAGS='-I$(srcdir)/univalue/include'
1385
+ UNIVALUE_LIBS='univalue/libunivalue.la'
1386
+ fi
1390
1387
fi
1391
1388
1392
1389
AM_CONDITIONAL([ EMBEDDED_UNIVALUE] ,[ test x$need_bundled_univalue = xyes] )
0 commit comments