aboutsummaryrefslogtreecommitdiffstats
path: root/android-configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android-configure.sh')
-rwxr-xr-xandroid-configure.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/android-configure.sh b/android-configure.sh
index 77ed5ec..922a0e4 100755
--- a/android-configure.sh
+++ b/android-configure.sh
@@ -437,12 +437,6 @@ case $OS in
;;
esac
-case $OS in
- linux-*)
- echo "#define CONFIG_IOTHREAD 1" >> $config_h
- ;;
-esac
-
echo "#define CONFIG_$CONFIG_OS 1" >> $config_h
if [ $BSD = 1 ] ; then
echo "#define _BSD 1" >> $config_h