aboutsummaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-05-19 09:20:35 +0000
committerBadlop <badlop@process-one.net>2008-05-19 09:20:35 +0000
commitcc2ba665ec6568679c53e33cdf2524b180022128 (patch)
tree32bbbfc428c09b8c6d54246d795198b5dcf667b5 /src/configure.ac
parent* doc/guide.tex: Describe how to disable registration (diff)
* src/configure.ac: R12 support: remove compilation
warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/configure.ac b/src/configure.ac
index bc89e67e9..a3e8894e9 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -120,12 +120,3 @@ fi
AC_CHECK_HEADER(krb5.h,,)
AC_OUTPUT
-
-if test -n "$ERLANG_SSL39" ; then
- echo
- echo "**************** WARNING ! ********************"
- echo "ejabberd will be compiled with Erlang R12."
- echo "This version of Erlang is not supported"
- echo "and not recommended for production servers"
- echo "***********************************************"
-fi