Hi Andrew, In configure.ac is a test for Android with "uname -o" . The -o option is not available in macOS. On Linux and macOS, simply "uname" returns the OS name (Linux or Darwin). Does this work for Termux too (returning Android or at least something where you can act on)? MatN