summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2008-07-16 22:24:03 +0000
committerChristophe Romain <christophe.romain@process-one.net>2008-07-16 22:24:03 +0000
commite361835cea6d740661d2cbd98305b8d28499197b (patch)
tree6d4e71307b23907026519f3b974e9e8e2a436cf2 /src
parent* src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549) (diff)
use -DSSL39 if compiling with R12
SVN Revision: 1456
Diffstat (limited to 'src')
-rw-r--r--src/web/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/Makefile.in b/src/web/Makefile.in
index 151f4c47..21f7c934 100644
--- a/src/web/Makefile.in
+++ b/src/web/Makefile.in
@@ -9,6 +9,7 @@ LIBS = @LIBS@
ERLANG_CFLAGS = @ERLANG_CFLAGS@
ERLANG_LIBS = @ERLANG_LIBS@
+EFLAGS += @ERLANG_SSL39@
EFLAGS += -I ..
EFLAGS += -pz ..