[IRC-Dev CVS] SF.net SVN: irc-dev:[214] ircd/trunk
Brought to you by:
zolty
|
From: <zo...@us...> - 2008-10-18 09:54:24
|
Revision: 214
http://irc-dev.svn.sourceforge.net/irc-dev/?rev=214&view=rev
Author: zolty
Date: 2008-10-18 09:54:03 +0000 (Sat, 18 Oct 2008)
Log Message:
-----------
Deshabilito el SSL por defecto mientras no esta completo al 100%
Modified Paths:
--------------
ircd/trunk/configure
ircd/trunk/configure.ac
Modified: ircd/trunk/configure
===================================================================
--- ircd/trunk/configure 2008-10-16 22:51:11 UTC (rev 213)
+++ ircd/trunk/configure 2008-10-18 09:54:03 UTC (rev 214)
@@ -10139,6 +10139,8 @@
fi
+#Temporal
+unet_cv_enable_ssl=no
{ echo "$as_me:$LINENO: checking whether to enable SSL" >&5
echo $ECHO_N "checking whether to enable SSL... $ECHO_C" >&6; }
# Check whether --enable-ssl was given.
Modified: ircd/trunk/configure.ac
===================================================================
--- ircd/trunk/configure.ac 2008-10-16 22:51:11 UTC (rev 213)
+++ ircd/trunk/configure.ac 2008-10-18 09:54:03 UTC (rev 214)
@@ -295,6 +295,8 @@
fi
dnl how about SSL support?
+#Temporal
+unet_cv_enable_ssl=no
unet_TOGGLE([ssl], $unet_have_ssl, [Disable SSL support],
[whether to enable SSL],
[# Prohibit SSL support if ssl doesn't exist
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|