From e2fd9c8329ad7b897fe3ca7fd860f3d9b0c0fd2b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 30 Apr 2009 23:33:48 +0000 Subject: [PATCH] don't prompt panic, use yellow warning color for optional skipped dependencies - closes #329 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 052bb3a13..d98908dc3 100644 --- a/SConstruct +++ b/SConstruct @@ -727,7 +727,7 @@ if not preconfigured: color_print(4,"Did not use user config file, no custom path variables will be saved...") if env['SKIPPED_DEPS']: - color_print(1,'\nHowever, these optional dependencies were not found:\n - %s' % '\n - '.join(env['SKIPPED_DEPS'])) + color_print(3,'\nNote: will build without these optional dependencies:\n - %s' % '\n - '.join(env['SKIPPED_DEPS'])) print # fetch the mapnik version header in order to set the