diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-01 20:57:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-01 20:57:01 +0000 |
commit | 414f891fa6680dcfe10da64f9d1dfe1e9816d3fd (patch) | |
tree | 29ba3180b17ebfcbc5140e446910c108bb91555e | |
parent | 23766d7178f2bd3e08a5bb92a41a00c81d8b4c41 (diff) |
typofix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10374 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |