mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 23:15:15 +00:00
Fix --enable-nss default in configure.ac
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2154 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
3074491eb9
commit
8edb8c61ad
@ -178,8 +178,8 @@ AC_ARG_ENABLE([coverage],
|
||||
[ default="no" ])
|
||||
|
||||
AC_ARG_ENABLE([nss],
|
||||
[ --enable-nss : Network Security Services encryption. ],
|
||||
[ default="no" ])
|
||||
[ --enable-nss : Network Security Services encryption. ],,
|
||||
[ enable_nss="yes" ])
|
||||
|
||||
AC_ARG_WITH([lcrso-dir],
|
||||
[ --with-lcrso-dir=DIR : corosync lcrso files. ],
|
||||
|
Loading…
Reference in New Issue
Block a user