From 223ed4a98962c088aee84ca6ceb33798e92ac473 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 22 Mar 2017 07:49:27 +0000 Subject: Should not need -D_POSIX_PTHREAD_SEMANTICS. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3