mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
make clear that anyconnect compat layer is experimental
This commit is contained in:
20
configure.ac
20
configure.ac
@@ -126,16 +126,16 @@ AC_OUTPUT
|
||||
|
||||
AC_MSG_NOTICE([summary of build options:
|
||||
|
||||
version: ${VERSION}
|
||||
Host type: ${host}
|
||||
Install prefix: ${prefix}
|
||||
Compiler: ${CC}
|
||||
CFlags: ${CFLAGS}
|
||||
version: ${VERSION}
|
||||
Host type: ${host}
|
||||
Install prefix: ${prefix}
|
||||
Compiler: ${CC}
|
||||
CFlags: ${CFLAGS}
|
||||
|
||||
GDBM storage backend: ${gdbm_enabled}
|
||||
PAM auth backend: ${pam_enabled}
|
||||
TCP wrappers: ${libwrap_enabled}
|
||||
seccomp (experimental): ${seccomp_enabled}
|
||||
Anyconnect compat: ${anyconnect_enabled}
|
||||
GDBM storage backend: ${gdbm_enabled}
|
||||
PAM auth backend: ${pam_enabled}
|
||||
TCP wrappers: ${libwrap_enabled}
|
||||
seccomp (experimental): ${seccomp_enabled}
|
||||
Anyconnect compat (experimental): ${anyconnect_enabled}
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user