aboutsummaryrefslogtreecommitdiff
path: root/src/configure
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
commit30f54a6bfcf4db9df0611a16fd54bb7c2fa09d64 (patch)
tree0968138ec79954dc7ad976ba7531047ebd5dea13 /src/configure
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 '')
-rwxr-xr-xsrc/configure9
-rw-r--r--src/configure.ac9
2 files changed, 0 insertions, 18 deletions
diff --git a/src/configure b/src/configure
index 39fe6b559..b874f6cab 100755
--- a/src/configure
+++ b/src/configure
@@ -6910,12 +6910,3 @@ if test "$no_create" != yes; then
$ac_cs_success || { (exit 1); exit 1; }
fi
-
-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
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