@@ -141,19 +141,19 @@ AC_ARG_ENABLE(examples,
141
141
[ SECP_SET_DEFAULT([ enable_examples] , [ no] , [ yes] )] )
142
142
143
143
AC_ARG_ENABLE ( module_ecdh ,
144
- AS_HELP_STRING ( [ --enable-module-ecdh] ,[ enable ECDH shared secret computation ] ) , [ ] ,
144
+ AS_HELP_STRING ( [ --enable-module-ecdh] ,[ enable ECDH module [ default=no ] ] ) , [ ] ,
145
145
[ SECP_SET_DEFAULT([ enable_module_ecdh] , [ no] , [ yes] )] )
146
146
147
147
AC_ARG_ENABLE ( module_recovery ,
148
148
AS_HELP_STRING ( [ --enable-module-recovery] ,[ enable ECDSA pubkey recovery module [ default=no] ] ) , [ ] ,
149
149
[ SECP_SET_DEFAULT([ enable_module_recovery] , [ no] , [ yes] )] )
150
150
151
151
AC_ARG_ENABLE ( module_extrakeys ,
152
- AS_HELP_STRING ( [ --enable-module-extrakeys] ,[ enable extrakeys module] ) , [ ] ,
152
+ AS_HELP_STRING ( [ --enable-module-extrakeys] ,[ enable extrakeys module [ default=no ] ] ) , [ ] ,
153
153
[ SECP_SET_DEFAULT([ enable_module_extrakeys] , [ no] , [ yes] )] )
154
154
155
155
AC_ARG_ENABLE ( module_schnorrsig ,
156
- AS_HELP_STRING ( [ --enable-module-schnorrsig] ,[ enable schnorrsig module] ) , [ ] ,
156
+ AS_HELP_STRING ( [ --enable-module-schnorrsig] ,[ enable schnorrsig module [ default=no ] ] ) , [ ] ,
157
157
[ SECP_SET_DEFAULT([ enable_module_schnorrsig] , [ no] , [ yes] )] )
158
158
159
159
AC_ARG_ENABLE ( external_default_callbacks ,
0 commit comments