File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1406,8 +1406,6 @@ if test x$use_boost = xyes; then
1406
1406
)
1407
1407
fi
1408
1408
1409
- AM_CONDITIONAL([ ENABLE_EXTERNAL_SIGNER] , [ test "x$use_external_signer" = "xyes"] )
1410
-
1411
1409
if test x$suppress_external_warnings != xno; then
1412
1410
BOOST_CPPFLAGS=SUPPRESS_WARNINGS($BOOST_CPPFLAGS)
1413
1411
fi
@@ -1420,6 +1418,8 @@ if test x$use_boost = xyes; then
1420
1418
BOOST_LIBS="$BOOST_LDFLAGS $BOOST_SYSTEM_LIB $BOOST_FILESYSTEM_LIB"
1421
1419
fi
1422
1420
1421
+ AM_CONDITIONAL([ ENABLE_EXTERNAL_SIGNER] , [ test "x$use_external_signer" = "xyes"] )
1422
+
1423
1423
dnl Check for reduced exports
1424
1424
if test x$use_reduce_exports = xyes; then
1425
1425
AX_CHECK_COMPILE_FLAG ( [ -fvisibility=hidden] ,[ CXXFLAGS="$CXXFLAGS -fvisibility=hidden"] ,
You can’t perform that action at this time.
0 commit comments