]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
cmocka: require 1.0.1 500/head
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Sep 2017 12:34:20 +0000 (14:34 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 6 Sep 2017 12:36:38 +0000 (14:36 +0200)
This prevents failures in test suite due to insufficient cmocka
library version.

Resolves #268

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
configure.ac

index 1be13664af61f30d8f6a2825d92d9f95ea85d526..f1d3839c58c036b59c8e460b329165224ed46ef3 100644 (file)
@@ -468,7 +468,7 @@ if [ test "$enable_fips" = "yes" ];then
   fi
 fi
 
-PKG_CHECK_MODULES(CMOCKA, cmocka, [with_cmocka=yes], [with_cmocka=no])
+PKG_CHECK_MODULES(CMOCKA, [cmocka >= 1.0.1], [with_cmocka=yes], [with_cmocka=no])
 AM_CONDITIONAL(HAVE_CMOCKA, test "$with_cmocka" != "no")
 
 with_old_nettle=no