File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -143,23 +143,6 @@ else
143
143
rm -f php_version.h.new
144
144
fi
145
145
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
-
163
146
dnl Settings we want to make before the checks.
164
147
dnl -------------------------------------------------------------------------
165
148
You can’t perform that action at this time.
0 commit comments