Skip to content

Commit 201f440

Browse files
committed
Merge branch 'pull-request/3295'
* pull-request/3295: Remove old and unused warnings when building apache
2 parents 19d5656 + bbd7b2d commit 201f440

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)