Skip to content

Commit

Permalink
Makefile.defs: test if SCTP is set to enable core USE_SCTP
Browse files Browse the repository at this point in the history
(cherry picked from commit a9d10bb)
  • Loading branch information
miconda committed Jul 14, 2015
1 parent 48a43eb commit 8c597a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.defs
Expand Up @@ -699,6 +699,10 @@ ifeq ($(WITHAS), 1)
C_DEFS+= -DWITH_AS_SUPPORT
endif

ifeq ($(SCTP), 1)
C_DEFS+= -DUSE_SCTP
endif

ifeq ($(mode),)
mode = release
endif
Expand Down

0 comments on commit 8c597a0

Please sign in to comment.