summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-05 17:47:32 +0000
committerspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-05 17:47:32 +0000
commit07778c4625a907edb2a6aa14e31f65e527cfd8d0 (patch)
tree0b0d6fea15bd6d0cbfbd235e859b347dce9a63d3 /configure
parent5e656c7a628d45d1c90a1b5e51c471f6119363c8 (diff)
configure was linking a nonexistant header with ssl that has been in include/ for awhile now
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6495 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index b31fdc97d..0e1437592 100755
--- a/configure
+++ b/configure
@@ -656,7 +656,6 @@ if ($config{USE_GNUTLS} eq "y") {
print "Symlinking src/modules/m_ssl_gnutls.cpp from extra/\n";
chdir("src/modules");
system("ln -s extra/m_ssl_gnutls.cpp");
- system("ln -s extra/ssl_cert.h");
chdir("../..");
}
getmodules();
@@ -698,7 +697,6 @@ if ($config{USE_GNUTLS} eq "y") {
print "Symlinking src/modules/m_ssl_openssl.cpp from extra/\n";
chdir("src/modules");
system("ln -s extra/m_ssl_openssl.cpp");
- system("ln -s extra/ssl_cert.h");
chdir("../..");
}
getmodules();