blob: 81389098a766615d6a74795d72e3452cb8f6ac55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/configure.ac b/configure.ac
index ce369af..95cbba2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -633,6 +633,7 @@ if test x"$gl_use_threads" = xno; then
AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host])
elif test x$cross_compiling = xyes; then
case $host in
+ *-*-linux-android* | \
*-*-gnu* | *-*-linux-gnu* | *-*-linux-musl*)
AC_CHECK_TOOL(OBJDUMP, [objdump])
if test -n "$OBJDUMP"; then
|