Default to NSS crypto though...
- NSS is a big and quirky monster for our needs but that's what we've been defaulting to for the last years, and then there are those certifications... - Also default to external beecrypt even if --with-beecrypt is used
This commit is contained in:
parent
98e7823089
commit
0660fe9442
|
@ -244,8 +244,8 @@ AM_CONDITIONAL(LIBDWARF,[test "$WITH_LIBDWARF" = yes])
|
|||
|
||||
#=================
|
||||
# Check for beecrypt library if requested.
|
||||
AC_ARG_WITH(beecrypt, [ --with-beecrypt build with beecrypt support ],,[with_beecrypt=yes])
|
||||
AC_ARG_WITH(internal_beecrypt, [ --with-internal-beecrypt build with internal beecrypt library ],,[with_internal_beecrypt=yes])
|
||||
AC_ARG_WITH(beecrypt, [ --with-beecrypt build with beecrypt support ],,[with_beecrypt=no])
|
||||
AC_ARG_WITH(internal_beecrypt, [ --with-internal-beecrypt build with internal beecrypt library ],,[with_internal_beecrypt=no])
|
||||
AM_CONDITIONAL([WITH_INTERNAL_BEECRYPT],[test "$with_internal_beecrypt" = yes])
|
||||
if test "$with_internal_beecrypt" = yes ; then
|
||||
with_beecrypt=yes
|
||||
|
|
Loading…
Reference in New Issue