9140219 improve --disable-brainpool configure output

Authored and Committed by tmz 2 years ago
    improve --disable-brainpool configure output
    
    The configure output from the --disable-brainpool option is confusing:
    
        checking whether we want to disable the use of brainpool curves... no
    
    Reword the message to make it clearer and match the nearby
    configure checks for other `--disable-*` options:
    
        checking whether brainpool curves support is requested... no
    
        
file modified
+4 -1