VERSION: Disable GIT_SNAPSHOT for the 4.11.0rc1 release...
[samba.git] / wscript_configure_system_gnutls
index 2e4dc126f3a1408f2a8fe5bcaa06158f63df61ad..cc9a2b035a2f99feb163eb13f444393b4afd83f9 100644 (file)
@@ -20,6 +20,9 @@ conf.CHECK_CFG(package='gnutls',
 # Define gnutls as a system library
 conf.SET_TARGET_TYPE('gnutls', 'SYSLIB')
 
+# Check for gnutls_privkey_export_x509 (>= 3.4.0) required by backupkey
+conf.CHECK_FUNCS_IN('gnutls_privkey_export_x509', 'gnutls')
+
 # Check for gnutls_x509_crt_set_subject_unique_id (>= 3.4.7) required by backupkey
 conf.CHECK_FUNCS_IN('gnutls_x509_crt_set_subject_unique_id', 'gnutls')