diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-22 07:49:27 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-22 07:49:27 +0000 |
| commit | 223ed4a98962c088aee84ca6ceb33798e92ac473 (patch) | |
| tree | 64b2c2d39f9a9c8ffcf4a920751c2f5aa57f8b68 /Makefile.am | |
| parent | 080080fa23312d15be53ab53dbbd025591afba1f (diff) | |
| download | rtmux-223ed4a98962c088aee84ca6ceb33798e92ac473.tar.gz rtmux-223ed4a98962c088aee84ca6ceb33798e92ac473.tar.bz2 rtmux-223ed4a98962c088aee84ca6ceb33798e92ac473.zip | |
Should not need -D_POSIX_PTHREAD_SEMANTICS.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 007c5de1..0f7a04ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,9 @@ endif # Set flags for Solaris. if IS_SUNOS if IS_GCC -AM_CPPFLAGS += -D_XPG6 -D_POSIX_PTHREAD_SEMANTICS +AM_CPPFLAGS += -D_XPG6 else -AM_CPPFLAGS += -D_XPG4_2 -D_POSIX_PTHREAD_SEMANTICS +AM_CPPFLAGS += -D_XPG4_2 endif endif |