Checking C++ now

This commit is contained in:
Dennis Luxen 2010-07-20 14:42:41 +00:00
parent 60d472ac56
commit 4177ab6df9

View File

@ -18,7 +18,7 @@ else: #Mac OS X
env.Append(CCFLAGS = ' -O3')
print "Compiling with: ", env['CC']
conf = Configure(env)
if not conf.CheckCC():
if not conf.CheckCXX():
print "No suitable C++ Compiler installed"
Exit(-1)
if not conf.CheckHeader('omp.h'):