mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Should not need -D_POSIX_PTHREAD_SEMANTICS.
This commit is contained in:
@ -41,9 +41,9 @@ endif
|
|||||||
# Set flags for Solaris.
|
# Set flags for Solaris.
|
||||||
if IS_SUNOS
|
if IS_SUNOS
|
||||||
if IS_GCC
|
if IS_GCC
|
||||||
AM_CPPFLAGS += -D_XPG6 -D_POSIX_PTHREAD_SEMANTICS
|
AM_CPPFLAGS += -D_XPG6
|
||||||
else
|
else
|
||||||
AM_CPPFLAGS += -D_XPG4_2 -D_POSIX_PTHREAD_SEMANTICS
|
AM_CPPFLAGS += -D_XPG4_2
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ SAVED_LDFLAGS="$LDFLAGS"
|
|||||||
# Set up the compiler in two different ways and say yes we may want to install.
|
# Set up the compiler in two different ways and say yes we may want to install.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
AC_PROG_CC_C99
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_EGREP
|
AC_PROG_EGREP
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
Reference in New Issue
Block a user