mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Fix possible link error for scummvm-static (for MacOS X bundle) when USE_TRANSLATION is set but USE_TERMCONV is not.
svn-id: r49941
This commit is contained in:
parent
b56b3b9ead
commit
690203de74
1
configure
vendored
1
configure
vendored
@ -2351,6 +2351,7 @@ EOF
|
||||
cc_check_no_clean $LDFLAGS $CXXFLAGS && _termconv=yes
|
||||
cc_check $LDFLAGS $CXXFLAGS -liconv && LIBS="$LIBS -liconv" && _termconv=yes
|
||||
|
||||
add_to_config_mk_if_yes $_termconv 'USE_TERMCONV = 1'
|
||||
add_to_config_h_if_yes $_termconv '#define USE_TERMCONV'
|
||||
if test "$_termconv" = yes ; then
|
||||
uses_const=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user