Commit 633f49f1 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Avoid confusion at times when someone may

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
parent 490b8820
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5,7 +5,12 @@ dnl Preload various ENV/makefile paramsm such as CC, CFLAGS, etc
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"