]> git.lyx.org Git - features.git/commitdiff
SCons: msvc gives different result for this ICONV_CONST test so I need to change...
authorBo Peng <bpeng@lyx.org>
Tue, 21 Aug 2007 21:21:39 +0000 (21:21 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 21 Aug 2007 21:21:39 +0000 (21:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19701 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_utils.py

index 4749bf882eacbbf5823d157c5b34d4a0d33f3fa6..7f3ca9861bb57895168f7af27ff0a3997d9056c1 100644 (file)
@@ -416,7 +416,7 @@ int main() {
 }
 '''
     conf.Message('Checking if the declaration of iconv needs const... ')
-    ret = conf.TryLink(check_iconv_const, '.c')
+    ret = conf.TryLink(check_iconv_const, '.cpp')
     conf.Result(ret)
     return ret