From 9dbc243061e2f07f86e8e039f15eca8b9af6ecb7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 14 Dec 2005 20:13:01 +0000 Subject: [PATCH] Change the misleading message, apr's need to go in the build tree srclib/ not the install target tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@356850 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 31c6fac632f..4f2a90c1423 100644 --- a/Makefile.win +++ b/Makefile.win @@ -33,10 +33,10 @@ CTARGET=/build !IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv") !MESSAGE Please check out or download and unpack the Apache Portability Runtime -!MESSAGE sources (apr, apr-iconv and apr-util) into your $(INSTDIR)\srclib dir. +!MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir. !MESSAGE Apache cannot build without these libraries! !MESSAGE -!ERROR Need $(INSTDIR)\srclib\ apr, apr-iconv and apr-util +!ERROR Need srclib\ apr, apr-iconv and apr-util !ENDIF # Note; _tryssl: is only used by the msvc developer studio environment to 'fix up' -- 2.47.2