|
243 | 243 |
|
244 | 244 | AM_CONDITIONAL([ENABLE_STACKTRACES], [test x$enable_stacktraces = xyes]) |
245 | 245 | if test "x$enable_stacktraces" = xyes; then |
246 | | - AC_DEFINE(ENABLE_STACKTRACES, 1, [Define this symbol if stacktraces should be enables]) |
| 246 | + AC_DEFINE(ENABLE_STACKTRACES, 1, [Define this symbol if stacktraces should be enabled]) |
247 | 247 | fi |
248 | 248 | AX_CHECK_LINK_FLAG([-Wl,-wrap=__cxa_allocate_exception], [LINK_WRAP_SUPPORTED=yes],,,) |
249 | 249 | AX_CHECK_COMPILE_FLAG([-rdynamic], [RDYNAMIC_SUPPORTED=yes],,,) |
@@ -1242,28 +1242,28 @@ esac |
1242 | 1242 |
|
1243 | 1243 | echo |
1244 | 1244 | echo "Options used to compile and link:" |
1245 | | -echo " with wallet = $enable_wallet" |
1246 | | -echo " with gui / qt = $bitcoin_enable_qt" |
| 1245 | +echo " with wallet = $enable_wallet" |
| 1246 | +echo " with gui / qt = $bitcoin_enable_qt" |
1247 | 1247 | if test x$bitcoin_enable_qt != xno; then |
1248 | | - echo " qt version = $bitcoin_qt_got_major_vers" |
1249 | | - echo " with qr = $use_qr" |
| 1248 | + echo " qt version = $bitcoin_qt_got_major_vers" |
| 1249 | + echo " with qr = $use_qr" |
1250 | 1250 | fi |
1251 | | -echo " with zmq = $use_zmq" |
1252 | | -echo " with test = $use_tests" |
1253 | | -echo " with bench = $use_bench" |
1254 | | -echo " with upnp = $use_upnp" |
1255 | | -echo " debug enabled = $enable_debug" |
| 1251 | +echo " with zmq = $use_zmq" |
| 1252 | +echo " with test = $use_tests" |
| 1253 | +echo " with bench = $use_bench" |
| 1254 | +echo " with upnp = $use_upnp" |
| 1255 | +echo " debug enabled = $enable_debug" |
1256 | 1256 | echo " stacktraces enabled = $enable_stacktraces" |
1257 | | -echo " miner enabled = $enable_miner" |
1258 | | -echo " werror = $enable_werror" |
| 1257 | +echo " miner enabled = $enable_miner" |
| 1258 | +echo " werror = $enable_werror" |
1259 | 1259 | echo |
1260 | | -echo " target os = $TARGET_OS" |
1261 | | -echo " build os = $BUILD_OS" |
| 1260 | +echo " target os = $TARGET_OS" |
| 1261 | +echo " build os = $BUILD_OS" |
1262 | 1262 | echo |
1263 | | -echo " CC = $CC" |
1264 | | -echo " CFLAGS = $CFLAGS" |
1265 | | -echo " CPPFLAGS = $CPPFLAGS" |
1266 | | -echo " CXX = $CXX" |
1267 | | -echo " CXXFLAGS = $CXXFLAGS" |
1268 | | -echo " LDFLAGS = $LDFLAGS" |
| 1263 | +echo " CC = $CC" |
| 1264 | +echo " CFLAGS = $CFLAGS" |
| 1265 | +echo " CPPFLAGS = $CPPFLAGS" |
| 1266 | +echo " CXX = $CXX" |
| 1267 | +echo " CXXFLAGS = $CXXFLAGS" |
| 1268 | +echo " LDFLAGS = $LDFLAGS" |
1269 | 1269 | echo |
0 commit comments