From cfc8628092e17069d8d6c7068d4f21d9baabe077 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 20 Oct 2010 15:51:38 +0000 Subject: Add support for building the Linux client code using the Android NDK r=mwu at http://breakpad.appspot.com/212001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@716 4c0a9323-5329-0410-9bdc-e9ce6186880e --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ac9dc080..eaa623f7 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.1