]> granicus.if.org Git - php/commitdiff
- Fixed bug #32200 (prevent using both --with-apxs2 and --with-apxs2filter)
authorfoobar <sniper@php.net>
Mon, 14 Mar 2005 21:11:33 +0000 (21:11 +0000)
committerfoobar <sniper@php.net>
Mon, 14 Mar 2005 21:11:33 +0000 (21:11 +0000)
configure.in

index 755cfa6ecbb5227586b6e0c8f37a6d928f25de25..18d9f1a8ebb5332213ebfedfee84bccd90375d17 100644 (file)
@@ -82,7 +82,11 @@ 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 -------------------------------------------------------------------------