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:
Bo Peng 2007-08-21 21:21:39 +00:00
parent 281f44e295
commit bb0f26bc05

View 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