]> granicus.if.org Git - apache/commitdiff
An itty-bitty hint about what's gone wrong :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Jul 2001 18:28:06 +0000 (18:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Jul 2001 18:28:06 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89737 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 77ec1ca16b3e5239dfce202d8526ade6f2d5064e..63f1c674871f220d1c4843e1df5968b3e88b05af 100644 (file)
 # so the server root should be given in forward slashes (quoted),
 # preferably with the drive designation!
 
+!IF !EXIST("srclib\apr")
+!MESSAGE Please check out or download and unpack the Apache Portability Runtime
+!MESSAGE sources (apr and apr-util) into your $(INSTDIR)\srclib directory.
+!MESSAGE Apache cannot build without these libraries!
+!MESSAGE 
+!ERROR Need $(INSTDIR)\srclib\apr
+!ENDIF
+
+!IF !EXIST("srclib\apr-util")
+!MESSAGE Please check out or download and unpack the Apache Portability Runtime
+!MESSAGE sources (apr and apr-util) into your $(INSTDIR)\srclib directory.
+!MESSAGE Apache cannot build without these libraries!
+!MESSAGE 
+!ERROR Need $(INSTDIR)\srclib\apr-util
+!ENDIF
+
 !IF "$(INSTDIR)" == ""
 INSTDIR=\Apache2
 !MESSAGE Using default install directory $(INSTDIR)