diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5092,7 +5092,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Only build Linux client libs when compiling for Linux case $host in - *-*-linux*) + *-*-linux* | *-android* ) LINUX_HOST=true ;; esac |