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
  • Loading branch information
miconda committed Jul 14, 2015
1 parent 20d0383 commit a9d10bb
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 a9d10bb

Please sign in to comment.