expect it to be reapplied, but it isn't
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87665
13f79535-47bb-0310-9956-
ffa450edef68
dnl based on outside knowledge
dnl
AC_DEFUN(APACHE_PRELOAD, [
-if test "$DID_APACHE_PRELOAD" != "yes" ; then
+if test "$DID_APACHE_PRELOAD" == "yes" ; then
+
+ echo "Apache hints file rules for $host already applied"
+
+else
+
DID_APACHE_PRELOAD="yes"; export DID_APACHE_PRELOAD
echo "Applying Apache hints file rules for $host"