Commit d8d44659 by Stéphane Graber Committed by Serge Hallyn

configure: Add GnuTLS to configure overview

parent 6ed46d9e
...@@ -148,7 +148,7 @@ if test "$enable_apparmor" = "auto" ; then ...@@ -148,7 +148,7 @@ if test "$enable_apparmor" = "auto" ; then
fi fi
AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" = "xyes"]) AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" = "xyes"])
AC_CHECK_LIB([gnutls], [gnutls_hash_fast]) AC_CHECK_LIB([gnutls], [gnutls_hash_fast], [enable_gnutls=yes], [enable_gnutls=no])
AM_COND_IF([ENABLE_APPARMOR], AM_COND_IF([ENABLE_APPARMOR],
[AC_CHECK_HEADER([sys/apparmor.h],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])]) [AC_CHECK_HEADER([sys/apparmor.h],[],[AC_MSG_ERROR([You must install the AppArmor development package in order to compile lxc])])
...@@ -604,6 +604,7 @@ Environment: ...@@ -604,6 +604,7 @@ Environment:
- compiler: $CC - compiler: $CC
- distribution: $with_distro - distribution: $with_distro
- rpath: $enable_rpath - rpath: $enable_rpath
- GnuTLS: $enable_gnutls
Security features: Security features:
- Apparmor: $enable_apparmor - Apparmor: $enable_apparmor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment