- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)

This commit is contained in:
foobar 2005-03-14 21:11:33 +00:00
parent 005b2d77bf
commit a879957d43

View File

@ -82,6 +82,10 @@ if test -n "$with_apache" && test -n "$with_apxs"; then
AC_MSG_ERROR([--with-apache and --with-apxs cannot be used together])
fi
if test -n "$with_apxs2filter" && test -n "$with_apxs2"; then
AC_MSG_ERROR([--with-apxs2filter and --with-apxs2 cannot be used together])
fi
dnl Settings we want to make before the checks.
dnl -------------------------------------------------------------------------