From fa1bc6603c0b6cb4ad707e50945833b67798a59b Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Fri, 19 Jul 2002 21:41:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=229 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3f5a90b9cc..cdc9c7db1f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,7 +50,7 @@ ifndef BOINC_UPLOAD_URL BOINC_WARN_ENV = 1 BOINC_UPLOAD_URL_MSG = $(ENV_MSG_1)"BOINC_UPLOAD_URL"$(ENV_MSG_2) endif -ifndef BOINC_DOWNLOAD_UL +ifndef BOINC_DOWNLOAD_URL BOINC_WARN_ENV = 1 BOINC_DOWNLOAD_URL_MSG = $(ENV_MSG_1)"BOINC_DOWNLOAD_URL"$(ENV_MSG_2) endif