Skip to content

Commit

Permalink
Merge pull request #9873 from vadikml/master
Browse files Browse the repository at this point in the history
configure.ac:Changing android ndk directory existence test
  • Loading branch information
stefansaraev committed Jun 1, 2016
2 parents ef3cfb2 + acc37d5 commit eaaf192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ if test "$platform_os" == "android"; then
AC_MSG_ERROR("NDK path is required for android")
fi

if ! test -f "$use_ndk/RELEASE.TXT" ; then
if ([! test -f "$use_ndk/source.properties"] && [! test -f "$use_ndk/RELEASE.TXT"]) ; then
AC_MSG_ERROR("$use_ndk is not an NDK directory")
fi

Expand Down

0 comments on commit eaaf192

Please sign in to comment.