From 464c71752f9cdd0f44e7266f58e87bc35d2bee90 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Jul 2012 05:28:03 +0100 Subject: GnuTLS requires pkg-config as well. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 61313c9fe..8edcdfe08 100755 --- a/configure +++ b/configure @@ -625,8 +625,8 @@ should NOT be used. You should probably specify a newer compiler.\n\n"; } else { - print "\nCould not detect OpenSSL or GnuTLS. Make sure pkg-config is installed if\n"; - print "you intend to use OpenSSL, or that GnuTLS is in your path if you intend\nto use GnuTLS.\n\n"; + print "\nCould not detect OpenSSL or GnuTLS. Make sure pkg-config is installed and\n"; + print "is in your path.\n\n"; } yesno('MODUPDATE',"Would you like to check for updates to third-party modules?"); -- cgit v1.2.3