]> granicus.if.org Git - apache/commitdiff
Avoid confusion at times when someone may
authorJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:08:51 +0000 (04:08 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 12 Jan 2001 04:08:51 +0000 (04:08 +0000)
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

hints.m4

index 93b5a3253964778ca086655d3343d57ad433cd70..806de3451c9da8fefa526c479c86eb74202c55f7 100644 (file)
--- a/hints.m4
+++ b/hints.m4
@@ -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"