Skip to content

Commit f9dcab9

Browse files
committed
Configure Typo
1. The description text for the brainpool enable option in configure was using a shell variable that ended up in the output. Switched to the description pattern used in other options.
1 parent 5f1ce09 commit f9dcab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,7 @@ else
32343234
fi
32353235

32363236
AC_ARG_ENABLE([brainpool],
3237-
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: ${BRAINPOOL_DEFAULT})])],
3237+
[AS_HELP_STRING([--enable-brainpool],[Enable Brainpool ECC curves (default: enabled with ECC custom curves)])],
32383238
[ ENABLED_BRAINPOOL=$enableval ],
32393239
[ ENABLED_BRAINPOOL="$BRAINPOOL_DEFAULT" ]
32403240
)

0 commit comments

Comments
 (0)