1--- support/apxs.in.orig	2008-04-16 14:11:51.000000000 -0700
2+++ support/apxs.in	2008-04-16 14:12:03.000000000 -0700
3@@ -195,7 +195,7 @@
4 
5 #allow apxs to be run from the source tree, before installation
6 if ($0 =~ m:support/apxs$:) {
7-    ($httpd = $0) =~ s:support/apxs$::;
8+    ($httpd = $0) =~ s:support/apxs$:httpd:;
9 }
10 
11 unless (-x "$httpd") {
12