Skip to content

Commit bbd7b2d

Browse files
committed
Remove old and unused warnings when building apache
The configure script already warns users at the beginning with unrecognized options warning so additional check is not required. These sapis were also removed from the PHP core.
1 parent 591f4f0 commit bbd7b2d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

configure.ac

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,6 @@ else
143143
rm -f php_version.h.new
144144
fi
145145

146-
147-
dnl Catch common errors here to save a few seconds of our users' time
148-
dnl -------------------------------------------------------------------------
149-
150-
if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then
151-
AC_MSG_ERROR([--with-shared-apache is not supported. Please refer to the documentation for using APXS])
152-
fi
153-
154-
if test -n "$with_apache" && test -n "$with_apxs"; then
155-
AC_MSG_ERROR([--with-apache and --with-apxs cannot be used together])
156-
fi
157-
158-
if test -n "$with_apxs2filter" && test -n "$with_apxs2"; then
159-
AC_MSG_ERROR([--with-apxs2filter and --with-apxs2 cannot be used together])
160-
fi
161-
162-
163146
dnl Settings we want to make before the checks.
164147
dnl -------------------------------------------------------------------------
165148

0 commit comments

Comments
 (0)