Configuring with --enable-multi-thread=no still has a dependency on pthreads
----------------------------------------------------------------------------
Key: AXIS2C-1335
URL: https://issues.apache.org/jira/browse/AXIS2C-1335
Project: Axis2-C
Issue Type: Improvement
Components: build system (Unix/Linux)
Affects Versions: 1.5.0
Reporter: Dominic Smith
Priority: Minor
When configuring with --enable-multi-thread=no, the resultant build still has a
dependency on the pthread library, due to the pthread calls within
thread_unix.c. In principal this isn't a huge problem as it can easily be
worked around, however it would be desirable to have the full build have no
pthread dependency when configured without multithreading to prevent
portability issues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.