Lines Matching refs:x
21 dnl Apache 1.x shared module
23 [ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional
26 AC_MSG_CHECKING([for Apache 1.x module support via DSO through APXS])
32 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
59 # Test that we're trying to configure with apache 1.x
124 dnl Apache 1.x static module
126 [ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
129 AC_MSG_CHECKING([for Apache 1.x module support])
143 # For Apache 1.2.x
150 AC_MSG_RESULT([yes - Apache 1.2.x])
155 # For Apache 2.0.x
157 AC_MSG_ERROR([Use --with-apxs2 with Apache 2.x!])
158 # For Apache 1.3.x
169 AC_MSG_RESULT([yes - Apache 1.3.x])
182 # Also for Apache 1.3.x
193 AC_MSG_RESULT([yes - Apache 1.3.x])
255 if test "x$APXS" != "x" -a "`uname -sv`" = "AIX 4" -a "$GCC" != "yes"; then