mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Should not need -D_POSIX_PTHREAD_SEMANTICS.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user