@@ -69,8 +69,8 @@ PKG_PROG_PKG_CONFIG
69
69
70
70
# Enable wallet
71
71
AC_ARG_ENABLE ( [ wallet] ,
72
- [ AS_HELP_STRING ( [ --enable -wallet] ,
73
- [ enable wallet (default is yes )] ) ] ,
72
+ [ AS_HELP_STRING ( [ --disable -wallet] ,
73
+ [ disable wallet (enabled by default )] ) ] ,
74
74
[ enable_wallet=$enableval] ,
75
75
[ enable_wallet=yes] )
76
76
@@ -87,7 +87,7 @@ AC_ARG_ENABLE([upnp-default],
87
87
[ use_upnp_default=no] )
88
88
89
89
AC_ARG_ENABLE ( tests ,
90
- AS_HELP_STRING ( [ --enable -tests] ,[ compile tests (default is yes )] ) ,
90
+ AS_HELP_STRING ( [ --disable -tests] ,[ do not compile tests (default is to compile )] ) ,
91
91
[ use_tests=$enableval] ,
92
92
[ use_tests=yes] )
93
93
@@ -108,8 +108,8 @@ AC_ARG_WITH([qrencode],
108
108
[ use_qr=auto] )
109
109
110
110
AC_ARG_ENABLE ( [ hardening] ,
111
- [ AS_HELP_STRING ( [ --enable -hardening] ,
112
- [ attempt to harden the resulting executables (default is yes )] ) ] ,
111
+ [ AS_HELP_STRING ( [ --disable -hardening] ,
112
+ [ do not attempt to harden the resulting executables (default is to harden )] ) ] ,
113
113
[ use_hardening=$enableval] ,
114
114
[ use_hardening=yes] )
115
115
@@ -120,8 +120,8 @@ AC_ARG_ENABLE([reduce-exports],
120
120
[ use_reduce_exports=no] )
121
121
122
122
AC_ARG_ENABLE ( [ ccache] ,
123
- [ AS_HELP_STRING ( [ --enable -ccache] ,
124
- [ use ccache for building (default is yes if ccache is found)] ) ] ,
123
+ [ AS_HELP_STRING ( [ --disable -ccache] ,
124
+ [ do not use ccache for building (default is to use if found)] ) ] ,
125
125
[ use_ccache=$enableval] ,
126
126
[ use_ccache=auto] )
127
127
0 commit comments