Only in mod_dnssd-0.6.patched/: config.log diff -ur mod_dnssd-0.6/configure.ac mod_dnssd-0.6.patched//configure.ac --- mod_dnssd-0.6/configure.ac 2009-01-28 03:34:21.000000000 +0100 +++ mod_dnssd-0.6.patched//configure.ac 2009-05-12 17:45:48.000000000 +0200 @@ -85,8 +85,8 @@ AC_ARG_WITH(apxs, AS_HELP_STRING(--with-apxs=PATH,/path/to/apxs), - [ AC_PATH_PROGS(APXS, [apxs2 apxs], "notfound", "$withval:$PATH") ], - [ AC_PATH_PROGS(APXS, [apxs2 apxs], "notfound", "/usr/local/apache/bin:/usr/local/bin:/usr/sbin:$PATH")]) + [ AC_PATH_PROGS(APXS, [apxs2-prefork apxs2 apxs], "notfound", "$withval:$PATH") ], + [ AC_PATH_PROGS(APXS, [apxs2-prefork apxs2 apxs], "notfound", "/usr/local/apache/bin:/usr/local/bin:/usr/sbin:$PATH")]) if test "x$APXS" = "xnotfound" ; then AC_MSG_ERROR([*** Sorry, could not find apxs ***])