summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-01 20:57:01 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-09-01 20:57:01 +0000
commit414f891fa6680dcfe10da64f9d1dfe1e9816d3fd (patch)
tree29ba3180b17ebfcbc5140e446910c108bb91555e
parent23766d7178f2bd3e08a5bb92a41a00c81d8b4c41 (diff)
typofix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10374 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 867fc117f..7a715026b 100755
--- a/configure
+++ b/configure
@@ -888,7 +888,7 @@ should NOT be used. You should probably specify a newer compiler.\n\n";
if ($config{HAS_OPENSSL} eq "y")
{
- yesno('USE_OPENSSL', "Would you like to enable SSL with m_openssl?");
+ yesno('USE_OPENSSL', "Would you like to enable SSL with m_ssl_openssl?");
if ($config{USE_OPENSSL} eq "y")
{
print "\nUsing OpenSSL SSL module.\nYou will get better performance if you move to GnuTLS in the future.\n";