summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-01-04 19:34:03 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2009-01-04 19:34:03 +0000
commitff7e4427b3e69fcca85b5356fee9a2544630f7ff (patch)
tree4eb54c66c4482fdfde995a4f4291cfdce622a560 /make
parentb81ab1f1cdccac75529db2c0032ed783076056eb (diff)
Friendlify error message here too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10948 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rw-r--r--make/utilities.pm3
1 files changed, 3 insertions, 0 deletions
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