From ff7e4427b3e69fcca85b5356fee9a2544630f7ff Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Jan 2009 19:34:03 +0000 Subject: Friendlify error message here too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10948 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/utilities.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make/utilities.pm b/make/utilities.pm index fdc4c4c7b..683294d00 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -447,6 +447,9 @@ sub translate_functions($$) my $err = $@; #$err =~ s/at .+? line \d+.*//g; print "\n\nConfiguration failed. The following error occured:\n\n$err\n"; + print "\nIn the case of gnutls configuration errors on debian,\n"; + print "Ubuntu, etc, you should ensure that you have installed\n"; + print "gnutls-bin as well as gnutls-dev and gnutls.\n"; exit; } else -- cgit v1.2.3