summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-28 13:19:19 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-28 13:19:19 -0400
commit7c0ef7b21df0e8c90d12080b95be8d6d804656b3 (patch)
treead7dfb4fae1480484f6da4bcfa54b81801af2d15
parentc1f913b0509416013f034a2c873d4ae721ae4539 (diff)
downloadmongo-7c0ef7b21df0e8c90d12080b95be8d6d804656b3.tar.gz
typo MINOR
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3e2f2b592c7..c1906f6c9c7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -477,7 +477,7 @@ def doConfigure( myenv , needJava=True , needPcre=True , shell=False ):
if 'CheckCXX' in dir( conf ):
if not conf.CheckCXX():
- print( "c++ compiled not installed!" )
+ print( "c++ compiler not installed!" )
Exit(1)
if nix and not shell: