diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/Makefile.include.in | 1 | ||||
-rw-r--r-- | tools/depends/configure.ac | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/depends/Makefile.include.in b/tools/depends/Makefile.include.in index f4d051c292..4b516f5933 100644 --- a/tools/depends/Makefile.include.in +++ b/tools/depends/Makefile.include.in @@ -25,7 +25,6 @@ NATIVE_ARCH_DEFINES=@NATIVE_ARCH_DEFINES@ TARGET_PLATFORM=@target_platform@ RENDER_SYSTEM=@app_rendersystem@ AAPT=@AAPT@ -DX=@DX@ ZIPALIGN=@ZIPALIGN@ HAS_ZLIB=@has_zlib@ diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index c441d7c78f..7fefec5b66 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -532,11 +532,6 @@ if test "$platform_os" == "android"; then AC_MSG_ERROR("Missing program: aapt") fi - AC_PATH_PROG(DX,dx,"no",$build_tools_path) - if test "x$DX" = "xno" ; then - AC_MSG_ERROR("Missing program: dx") - fi - AC_PATH_PROG(ZIPALIGN,zipalign,"no",$build_tools_path) if test "x$ZIPALIGN" = "xno" ; then AC_MSG_ERROR("Missing program: zipalign") |