summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-06-21 07:24:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-06-21 07:24:31 -0700
commitf5bf6b7c2f70d83b37cfbe08825ff19376637475 (patch)
treef8fec1442a62d0a74345cd229a098d9520a3c79e
parent7eafaa2ef0a32790fb0e5746e4f7d90d4b851217 (diff)
downloadtxr-f5bf6b7c2f70d83b37cfbe08825ff19376637475.tar.gz
txr-f5bf6b7c2f70d83b37cfbe08825ff19376637475.tar.bz2
txr-f5bf6b7c2f70d83b37cfbe08825ff19376637475.zip
configure: remove unused android_target
* configure (android_target): Remove unused variable.
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 1ed5065f..9e264082 100755
--- a/configure
+++ b/configure
@@ -216,7 +216,6 @@ termios_define=
have_pkgconfig=
libffi_cflags=
darwin_target=
-android_target=
solaris_target=
build_id=
@@ -1260,7 +1259,6 @@ if ! [ $darwin_target ] ; then
if [ "$($make conftest.android)" = "yes" ] ; then
printf "yes\n"
- android_target=y
lang_flags="$lang_flags -U__ANDROID_API__ -D__ANDROID_API__=65535 -D_BSD_SOURCE"
printf "Regenerating config.make ..."
gen_config_make