Commit f3ef7eeb authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Get some sleep. sh != C


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87666 13f79535-47bb-0310-9956-ffa450edef68
parent 633f49f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"