From: Jim Jagielski Date: Fri, 12 Jan 2001 04:10:02 +0000 (+0000) Subject: Get some sleep. sh != C X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05fbb714b779bd22a6facabeae51f3d456214710;p=apache Get some sleep. sh != C git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87666 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/hints.m4 b/hints.m4 index 806de3451c..d82f58970e 100644 --- a/hints.m4 +++ b/hints.m4 @@ -5,7 +5,7 @@ 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"