From 8446eac7ee6ecc8b80b0715745b5fd0d56948adc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 21 Jun 2022 07:24:31 -0700 Subject: configure: remove unused android_target * configure (android_target): Remove unused variable. --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3