X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=05ffecef6ea23177faa0be2326ea5abb3f544225;hb=f36d658e65650b4e9b76897353c446a14853d783;hp=4755e609cb81f743ad225753fddd97bdee6e3ba3;hpb=5d91b2bbaf745e651429e3f2f0c09941dbea945c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 4755e609c..05ffecef6 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, "