diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/Makefile.include.in | 1 | ||||
-rw-r--r-- | tools/depends/configure.ac | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/depends/Makefile.include.in b/tools/depends/Makefile.include.in index 254d249b34..3e8dd800d4 100644 --- a/tools/depends/Makefile.include.in +++ b/tools/depends/Makefile.include.in @@ -33,7 +33,6 @@ NEED_LIBICONV=@need_libiconv@ LINK_ICONV=@link_iconv@ ENABLE_GPLV3=@use_gplv3@ ENABLE_WAYLAND=@enable_wayland@ -HAS_LIBCRYSTAX=@has_libcrystax@ BASE_URL=http://mirrors.kodi.tv/build-deps/sources ifneq ($(KODI_MIRROR),) diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index e0035d3f6b..f134d11a5c 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -560,7 +560,6 @@ AC_PATH_PROG([CXX_FOR_BUILD],[g++ llvm-g++ $platform_cxx], g++, $PATH_FOR_BUILD) AC_SEARCH_LIBS([iconv_open],iconv, link_iconv=$ac_cv_search_iconv_open, link_iconv=-liconv; AC_MSG_WARN("No iconv support in toolchain. Will build libiconv."); need_libiconv=1) AC_TRY_LINK([#include <locale.h>],[struct lconv* test=localeconv();], has_localeconv=yes, AC_MSG_WARN("No localeconv support in toolchain. Using replacement."); has_localeconv=no) -AC_CHECK_LIB([crystax], [main], has_libcrystax=1, has_libcrystax=0) if test "$link_iconv" = "none required"; then link_iconv= @@ -762,7 +761,6 @@ AC_SUBST(link_iconv) AC_SUBST(need_libiconv) AC_SUBST(use_gplv3) AC_SUBST(enable_wayland) -AC_SUBST(has_libcrystax) AC_SUBST(use_xcode) AC_SUBST(use_ccache) AC_SUBST(native_platform_min_version) |