diff --git a/configure.ac b/configure.ac index c129d327f1..33f7b5e5fd 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,9 @@ case "${host_os}" in OPENCL_INC="" AM_CONDITIONAL([ADD_RT], false) ;; + *android*) + AM_CONDITIONAL([ADD_RT], false) + ;; powerpc-*-darwin*) OPENCL_LIBS="" ;;