diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 9 |
1 files changed, 0 insertions, 9 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 |