diff options
| author | Sascha Schumann <sas@php.net> | 2000-05-04 09:42:27 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-05-04 09:42:27 +0000 |
| commit | b6e4841ec7bcdc1b4fd3533fd4ffeefdac095d52 (patch) | |
| tree | 27711c7cc4286034dc7bfbfdeda8209d8d768273 /ext/standard | |
| parent | cad04f55792bf247665fcddd4b9f7ca87040ce30 (diff) | |
| download | php-git-b6e4841ec7bcdc1b4fd3533fd4ffeefdac095d52.tar.gz | |
Determine first whether we will use ZTS mode or not.
This is important, because the system checks will yield different
results depending on whether POSIX threads are enabled or not.
We also use PTHREADS_CFLAGS only in ZTS mode now. Using these flags
in non-ZTS mode causes complete build failures on some platforms
(i.e. FreeBSD 2.2.x). This will cause harmless warnings on some
platforms (i.e. Solaris 2).
Diffstat (limited to 'ext/standard')
| -rw-r--r-- | ext/standard/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 5a1ccf913b..22382f9c5a 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -1,6 +1,6 @@ dnl $Id$ -*- sh -*- -divert(2)dnl +divert(3)dnl dnl dnl Check for crypt() capabilities @@ -133,7 +133,7 @@ AC_CHECK_LIB(crypt, crypt, [ AC_CHECK_FUNCS(getcwd) AC_CHECK_FUNCS(getwd) -divert(4)dnl +divert(5)dnl AC_ARG_WITH(regex, [ --with-regex=TYPE regex library type: system, apache, php], |
