diff options
author | Antony Dovgal <tony2001@php.net> | 2007-02-20 20:11:11 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-02-20 20:11:11 +0000 |
commit | 43d788ec330af2512408896c4325ce2144ba14a5 (patch) | |
tree | d624aa8d136db498301058510c7d6ffd98307c3e /configure.in | |
parent | 748b6fdeb33ad3d9aec62cf0b14ca4fca719af67 (diff) | |
download | php-git-43d788ec330af2512408896c4325ce2144ba14a5.tar.gz |
MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d3fa73e274..da4bc76d8a 100644 --- a/configure.in +++ b/configure.in @@ -288,6 +288,9 @@ PHP_EBCDIC dnl Check whether the system byte ordering is bigendian PHP_C_BIGENDIAN +dnl Check whether writing to stdout works +PHP_TEST_WRITE_STDOUT + dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary dnl and source packages. This should be harmless on other OSs. if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then |