From 41471dee973c34bffa59086440b5af40a02f2bb0 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 11 Feb 2006 15:31:33 +0000 Subject: Added verbose output git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3149 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 4755e609c..3b8b2ee1f 100755 --- a/configure +++ b/configure @@ -618,9 +618,15 @@ print "\033[0mGnuTLS Support:\033[1;32m\t\t\t$config{USE_GNUTLS}\033[0m\n"; print "\033[0mOpenSSL Support:\033[1;32m\t\t$config{USE_OPENSSL}\033[0m\n\n"; if ($config{USE_GNUTLS} eq "y") { - system("cd src/modules"); - system("ln -s extra/m_ssl_gnutls.cpp"); - system("cd ../.."); + $failed = 0; + open(TMP, "