From beec27b9b6923a441a6f2d1be4637a2529273778 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 Jan 2006 17:53:34 +0000 Subject: Fixed line endings when skipping ssl cert generation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2895 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ea303e295..fdf8cae31 100755 --- a/configure +++ b/configure @@ -587,7 +587,7 @@ if ($config{USE_GNUTLS} eq "y") { system("mv cert.pem $config{CONFIG_DIR}/cert.pem"); print "Done.\n\n"; } else { - print "SSL Certificates found, skipping." + print "SSL Certificates found, skipping.\n\n" } } -- cgit v1.2.3