[cpp-sp] 01/08: Current AX_PTHREAD knows about the necessary Solaris defines
Scott Cantor
cantor.2 at osu.edu
Fri Oct 12 14:06:37 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=f3f6c498c69be95f2d55d0fa177aa78a04c66fd2
commit f3f6c498c69be95f2d55d0fa177aa78a04c66fd2
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Fri Aug 10 14:49:42 2018 +0200
Current AX_PTHREAD knows about the necessary Solaris defines
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2fe7def..b5b81ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,11 +53,8 @@ if test "$GCC" = "yes" ; then
fi
# Fix for Sun Workshop compiler in debug mode, may be Sun case #6360993
-# Also enables POSIX semantics for some functions.
case "${host_cpu}-${host_os}" in
*solaris*)
- CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS"
- CXXFLAGS="$CXXFLAGS -D_POSIX_PTHREAD_SEMANTICS"
if test "$CXX" = "CC" ; then
CXXFLAGS="$CXXFLAGS -Qoption ccfe -stabs=no%dfltlit+no%dflthlp"
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list