Lines Matching refs:test

7   if test -n "$APXS_INCLUDEDIR"; then
16 if test "$ac_cv_php_fd_in_buff" = "yes"; then
29 if test "$PHP_APACHE_HOOKS" != "no"; then
30 if test "$PHP_APACHE_HOOKS" = "yes"; then
33 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
41 if test "$?" != "0"; then
62 if test "$APACHE_VERSION" -ge 2000000; then
95 if test "$?" != "0"; then
99 if test -z `$APXS -q SYSCONFDIR`; then
113 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
133 if test "$PHP_SAPI" != "apache" && test "$PHP_SAPI" != "apache_hooks" && test "$PHP_APACHE_HOOKS_ST…
135 if test "$PHP_APACHE_HOOKS_STATIC" = "yes"; then
146 if test -f $PHP_APACHE_HOOKS_STATIC/src/httpd.h; then
154 if test -f $PHP_APACHE_HOOKS_STATIC/src/ap_config.h; then
158 …elif test -f $PHP_APACHE_HOOKS_STATIC/include/httpd.h && test -f $PHP_APACHE_HOOKS_STATIC/srclib/a…
161 elif test -f $PHP_APACHE_HOOKS_STATIC/src/main/httpd.h; then
165 if test ! -d $APACHE_TARGET; then
173 if test -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_config.h; then
176 if test -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_compat.h; then
178 if test ! -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_config_auto.h; then
181 elif test -f $PHP_APACHE_HOOKS_STATIC/src/include/compat.h; then
185 elif test -f $PHP_APACHE_HOOKS_STATIC/src/include/httpd.h; then
189 if test ! -d $APACHE_TARGET; then
197 if test -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_config.h; then
200 if test -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_compat.h; then
202 if test ! -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_config_auto.h; then
205 elif test -f $PHP_APACHE_HOOKS_STATIC/src/include/compat.h; then
209 elif test -f $PHP_APACHE_HOOKS_STATIC/apache/httpd.h; then
217 if test -f $PHP_APACHE_HOOKS_STATIC/apache/ap_config.h; then
220 if test -f $PHP_APACHE_HOOKS_STATIC/src/ap_compat.h; then
222 if test ! -f $PHP_APACHE_HOOKS_STATIC/src/include/ap_config_auto.h; then
225 elif test -f $PHP_APACHE_HOOKS_STATIC/src/compat.h; then
237 if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
244 if test "$PHP_MOD_CHARSET" = "yes"; then
249 if test "$APACHE_HOOKS_MODULE" = "yes"; then
256 if test -n "$APACHE_HOOKS_INSTALL"; then
257 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then