]> granicus.if.org Git - ejabberd/commitdiff
use -DSSL39 if compiling with R12
authorChristophe Romain <christophe.romain@process-one.net>
Wed, 16 Jul 2008 22:24:03 +0000 (22:24 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Wed, 16 Jul 2008 22:24:03 +0000 (22:24 +0000)
SVN Revision: 1456

ChangeLog
src/web/Makefile.in

index 49be95d26fbaa8fa9bacd4d6bb5ea349f96fd551..0a0e214ad5c09cf152763ba45e009aa8e2ffe32e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-17  Christophe Romain  <christophe.romain@process-one.net>
+
+       * src/web/Makefile.in: use -DSSL39 if compiling with R12
+
 2008-07-16  Badlop  <badlop@process-one.net>
 
        * src/ejabberd_c2s.erl: Put auth_module in Info always (EJAB-549)
index 151f4c476537758bab0f8abecb063484277bd5de..21f7c93482fe47f883f567229bca40ac8ab51d7c 100644 (file)
@@ -9,6 +9,7 @@ LIBS = @LIBS@
 ERLANG_CFLAGS = @ERLANG_CFLAGS@
 ERLANG_LIBS = @ERLANG_LIBS@
 
+EFLAGS += @ERLANG_SSL39@
 EFLAGS += -I ..
 EFLAGS += -pz ..