@@ -141,19 +141,19 @@ AC_ARG_ENABLE(examples,
141141 [ SECP_SET_DEFAULT([ enable_examples] , [ no] , [ yes] )] )
142142
143143AC_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 ] ] ) , [ ] ,
145145 [ SECP_SET_DEFAULT([ enable_module_ecdh] , [ no] , [ yes] )] )
146146
147147AC_ARG_ENABLE ( module_recovery ,
148148 AS_HELP_STRING ( [ --enable-module-recovery] ,[ enable ECDSA pubkey recovery module [ default=no] ] ) , [ ] ,
149149 [ SECP_SET_DEFAULT([ enable_module_recovery] , [ no] , [ yes] )] )
150150
151151AC_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 ] ] ) , [ ] ,
153153 [ SECP_SET_DEFAULT([ enable_module_extrakeys] , [ no] , [ yes] )] )
154154
155155AC_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 ] ] ) , [ ] ,
157157 [ SECP_SET_DEFAULT([ enable_module_schnorrsig] , [ no] , [ yes] )] )
158158
159159AC_ARG_ENABLE ( external_default_callbacks ,
0 commit comments