Lines Matching refs:test

7   if test -n "$APXS_INCLUDEDIR"; then
16 if test "$ac_cv_php_fd_in_buff" = "yes"; then
28 if test "$PHP_APXS" != "no"; then
29 if test "$PHP_APXS" = "yes"; then
32 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
40 if test "$?" != "0"; then
61 if test "$APACHE_VERSION" -ge 2000000; then
94 if test "$?" != "0"; then
98 if test -z `$APXS -q SYSCONFDIR`; then
112 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
131 if test "$PHP_SAPI" != "apache" && test "$PHP_APACHE" != "no"; then
133 if test "$PHP_APACHE" = "yes"; then
144 if test -f $PHP_APACHE/src/httpd.h; then
152 if test -f $PHP_APACHE/src/ap_config.h; then
156 …elif test -f $PHP_APACHE/include/httpd.h && test -f $PHP_APACHE/srclib/apr/include/apr_general.h ;…
159 elif test -f $PHP_APACHE/src/main/httpd.h; then
163 if test ! -d $APACHE_TARGET; then
171 if test -f $PHP_APACHE/src/include/ap_config.h; then
174 if test -f $PHP_APACHE/src/include/ap_compat.h; then
176 if test ! -f $PHP_APACHE/src/include/ap_config_auto.h; then
179 elif test -f $PHP_APACHE/src/include/compat.h; then
183 elif test -f $PHP_APACHE/src/include/httpd.h; then
187 if test ! -d $APACHE_TARGET; then
195 if test -f $PHP_APACHE/src/include/ap_config.h; then
198 if test -f $PHP_APACHE/src/include/ap_compat.h; then
200 if test ! -f $PHP_APACHE/src/include/ap_config_auto.h; then
203 elif test -f $PHP_APACHE/src/include/compat.h; then
207 elif test -f $PHP_APACHE/apache/httpd.h; then
215 if test -f $PHP_APACHE/apache/ap_config.h; then
218 if test -f $PHP_APACHE/src/ap_compat.h; then
220 if test ! -f $PHP_APACHE/src/include/ap_config_auto.h; then
223 elif test -f $PHP_APACHE/src/compat.h; then
235 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
242 if test "$PHP_MOD_CHARSET" = "yes"; then
247 if test "$APACHE_MODULE" = "yes"; then
254 if test -n "$APACHE_INSTALL"; then
255 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then