From 746f63b2feb4646977ae29f53fb54b0d1e7a85ea Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 3 Jun 2009 04:05:58 +0000 Subject: Use pkg-config to search for gnutls rather than the now-removed libgnutls-config git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11400 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 38d8027df..a037ca00b 100755 --- a/configure +++ b/configure @@ -218,7 +218,7 @@ if (defined $opt_library_dir) { $config{LIBRARY_DIR} = $opt_library_dir; } -chomp($config{HAS_GNUTLS} = `libgnutls-config --version 2>/dev/null | cut -c 1,2,3`); # GNUTLS Version. +chomp($config{HAS_GNUTLS} = `pkg-config --modversion gnutls 2>/dev/null | cut -c 1,2,3`); # GNUTLS Version. if (defined $opt_freebsd_port) { -- cgit v1.2.3