summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
Commit message (Collapse)AuthorAgeFilesLines
* Move the sincludes outside of AC_DEFUN(), so PHP can use the macrosSascha Schumann2000-03-071-3/+2
|
* Use improved POSIX threads check from threads.m4Sascha Schumann2000-03-071-21/+7
| | | | | This is shared between some projects (currently Apache 2.0, mhash, mcrypt)
* Rewrite TSRM_CHECK_GCC_ARG to cache its resultSascha Schumann1999-12-301-12/+21
|
* Let check succeed on systems which don't need special flags for pthreads.Sascha Schumann1999-12-301-4/+4
| | | | | Also change the message to be more informative.
* Save a few lines while checking for -pthread[s]?Sascha Schumann1999-12-271-12/+6
|
* Put -pthreads? into CFLAGS; libtool still filters it out during sharedSascha Schumann1999-12-241-4/+4
| | | | | library linking; need to find a way to prevent that.
* Improved check for GCC's -pthread and -pthreads flagSascha Schumann1999-12-221-4/+29
|
* Enable TSRM to use PthSascha Schumann1999-12-211-1/+53
|
* Improve Pthreads checkSascha Schumann1999-12-211-4/+12
|
* Move config code into separate fileSascha Schumann1999-12-171-0/+25