diff --git a/ChangeLog b/ChangeLog index 49fb29616..5c7a91bdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-17 Christophe Romain + + * src/web/Makefile.in: use -DSSL39 if compiling with R12 + 2008-07-16 Badlop * src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549) diff --git a/src/web/Makefile.in b/src/web/Makefile.in index 7c4732da8..c6c04fbb5 100644 --- a/src/web/Makefile.in +++ b/src/web/Makefile.in @@ -9,7 +9,7 @@ LIBS = @LIBS@ ERLANG_CFLAGS = @ERLANG_CFLAGS@ ERLANG_LIBS = @ERLANG_LIBS@ -EFLAGS = -I .. -pz .. +EFLAGS = @ERLANG_SSL39@ -I .. -pz .. # make debug=true to compile Erlang module with debug informations. ifdef debug EFLAGS+=+debug_info