Building with --enable-threads fail on Solaris #2049
Closed
Labels
Milestone
Comments
CUPS.org User: mike Fixed in Subversion repository. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 1.2.5
CUPS.org User: wiget
config-scripts/cups-threads.m4 contains lines:
Solaris requires _POSIX_PTHREAD_SEMANTICS to
be POSIX-compliant... :(
if test $uname = SunOS; then
PTHREAD_FLAGS="$PTHREAD_FLAGS _POSIX_PTHREAD_SEMANTICS"
fi
This is true, but -D on front of _POSIX_PTHREAD_SEMANTICS is missing.
The text was updated successfully, but these errors were encountered: