[lxc-devel] [lxc/lxc] c86015: Add --enable-gnutls option

GitHub noreply at github.com
Mon Dec 19 08:07:58 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: c8601571aa6fddd55a89d23820f9de025d98cadf
      https://github.com/lxc/lxc/commit/c8601571aa6fddd55a89d23820f9de025d98cadf
  Author: Fabrice Fontaine <fabrice.fontaine at orange.com>
  Date:   2016-12-18 (Sun, 18 Dec 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Add --enable-gnutls option

Previously HAVE_LIBGNUTLS was never set in config.h even if gnutls was
detected as AC_CHECK_LIB default action-if-found was overriden by
enable_gnutls=yes
This patch adds an --enable-gnutls option and will call AC_CHECK_LIB
with the default action to write HAVE_LIBGNUTLS in config.h

Signed-off-by: Fabrice Fontaine <fabrice.fontaine at orange.com>


  Commit: 64fa248372c90c9d98fc9d67f80327d865c11a48
      https://github.com/lxc/lxc/commit/64fa248372c90c9d98fc9d67f80327d865c11a48
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Merge pull request #1360 from ffontaine/master

Add --enable-gnutls option


Compare: https://github.com/lxc/lxc/compare/8b7ffa302d15...64fa248372c9


More information about the lxc-devel mailing list