]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: Require GnuTLS
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Jun 2018 04:51:50 +0000 (06:51 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Jun 2018 12:32:03 +0000 (14:32 +0200)
We are building with GnuTLS everywhere because GnuTLS is widely
available. Also, it is desirable to prefer cryptographically
strong PRNG over "/dev/urandom" which is just a fallback.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac
m4/virt-gnutls.m4

index 5378e49c0be79a038b61e66b52e5dac5f1963b66..e25bf0a6ec1fdf5b65fcff25e514d1aac3467267 100644 (file)
@@ -216,7 +216,6 @@ fi
 # RPC, we don't need several libraries.
 if test "$with_remote" = "no" ; then
   with_libvirtd=no
-  with_gnutls=no
   with_ssh2=no
   with_sasl=no
   with_libssh=no
@@ -250,7 +249,6 @@ LIBVIRT_ARG_DBUS
 LIBVIRT_ARG_FIREWALLD
 LIBVIRT_ARG_FUSE
 LIBVIRT_ARG_GLUSTER
-LIBVIRT_ARG_GNUTLS
 LIBVIRT_ARG_HAL
 LIBVIRT_ARG_LIBPCAP
 LIBVIRT_ARG_LIBSSH
index 426a1a034827d761a7a71eb8d90668bdee9bd9f8..6829ca55cf5da447492eace9d09f3b14cca60f8c 100644 (file)
@@ -17,10 +17,6 @@ dnl License along with this library.  If not, see
 dnl <http://www.gnu.org/licenses/>.
 dnl
 
-AC_DEFUN([LIBVIRT_ARG_GNUTLS],[
-  LIBVIRT_ARG_WITH_FEATURE([GNUTLS], [gnutls], [check], [3.2.0])
-])
-
 AC_DEFUN([LIBVIRT_CHECK_GNUTLS],[
   LIBVIRT_CHECK_PKG([GNUTLS], [gnutls], [3.2.0])