diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2008-07-16 22:24:03 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2008-07-16 22:24:03 +0000 |
commit | e361835cea6d740661d2cbd98305b8d28499197b (patch) | |
tree | 6d4e71307b23907026519f3b974e9e8e2a436cf2 /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.in | 1 |
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 .. |