From e7c1404aca9a5ac3fd265c044df530eca2faf3de Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 Apr 2012 15:17:44 +0200 Subject: [PATCH 1/1] Configure: Newer versions of gnutls use pkg-config --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2b64617..b772db0 100755 --- a/configure +++ b/configure @@ -38,7 +38,7 @@ if (Get("CONFIG_SUBMIT") || Get("CONFIG_MOP")) { if (Get("CONFIG_SUBMIT")) { # Submit server needs crypto libraries - if (!TrivConfig("libgnutls", script => "libgnutls-config") || + if (!PkgConfig("gnutls") && !TrivConfig("libgnutls", script => "libgnutls-config") || !TrivConfig("libgcrypt", script => "libgcrypt-config")) { Fail "The libgnutls and libgcrypt libraries are required to build the submit server."; } -- 2.39.2