Home
last modified time | relevance | path

Searched refs:needs_iconvlib (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dconfigure1783 needs_iconvlib='auto'
1785 cc_check -liconv && needs_iconvlib='yes'
1789 cc_check && needs_iconvlib='no'
1791 if test "$needs_iconvlib" = auto ; then
1795 if test "$needs_iconvlib" = yes ; then
1800 echo "$needs_iconvlib"
/dports/games/residualvm/residualvm-0.3.1/
H A Dconfigure4801 needs_iconvlib='auto'
4803 cc_check $ICONV_CFLAGS $ICONV_LIBS -liconv && needs_iconvlib='yes'
4807 cc_check $ICONV_CFLAGS $ICONV_LIBS && needs_iconvlib='no'
4809 if test "$needs_iconvlib" = auto ; then
4813 if test "$needs_iconvlib" = yes ; then
4816 echo "$needs_iconvlib"
/dports/games/libretro-scummvm/scummvm-7b1e929/
H A Dconfigure5302 needs_iconvlib='auto'
5304 cc_check $ICONV_CFLAGS $ICONV_LIBS -liconv && needs_iconvlib='yes'
5308 cc_check $ICONV_CFLAGS $ICONV_LIBS && needs_iconvlib='no'
5310 if test "$needs_iconvlib" = auto ; then
5314 if test "$needs_iconvlib" = yes ; then
5317 echo "$needs_iconvlib"