From: Bo Peng Date: Tue, 21 Aug 2007 22:14:30 +0000 (+0000) Subject: fix a wrong scons fix due to the removal of /TP option X-Git-Tag: 1.6.10~8765 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=69735917978459055bb75481d84a01a3cc543e01;p=features.git 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 --- diff --git a/development/scons/scons_utils.py b/development/scons/scons_utils.py index 7f3ca9861b..1bfc8013cf 100644 --- a/development/scons/scons_utils.py +++ b/development/scons/scons_utils.py @@ -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