fix a wrong scons fix due to the removal of /TP option

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19708 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-08-21 22:14:30 +00:00
parent bb045a4fba
commit 6973591797

View File

@ -237,7 +237,7 @@ int main()
'''
conf.Message('Checking for the use of global cstd... ')
# if can not compile, define CXX_GLOBAL_CSTD
ret = not conf.TryLink(check_global_cstd_source, '.c')
ret = conf.TryLink(check_global_cstd_source, '.cpp')
conf.Result(ret)
return ret