summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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