*** mod_auth_user_dir/configure.in	Fri Apr  2 17:21:54 2004
--- configure.in	Fri Apr  2 11:49:18 2010
***************
*** 25,31 ****
  		AC_MSG_ERROR( You need to specify the apache directory using --with-apache)
  	else
  		# make sure that a well known include file exists
! 		if test -e $with_apache/include/httpd.h; then
  			apache_dir=$with_apache
  			AC_MSG_RESULT(APACHE found!)
  		else
--- 25,31 ----
  		AC_MSG_ERROR( You need to specify the apache directory using --with-apache)
  	else
  		# make sure that a well known include file exists
! 		if test -e $with_apache/httpd.h; then
  			apache_dir=$with_apache
  			AC_MSG_RESULT(APACHE found!)
  		else

