mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
SCons: msvc gives different result for this ICONV_CONST test so I need to change the test to .cpp
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
281f44e295
commit
bb0f26bc05
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user