summaryrefslogtreecommitdiff
path: root/hints/linux-android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r--hints/linux-android.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh
index 6a59cb726e..51fd5f51f6 100644
--- a/hints/linux-android.sh
+++ b/hints/linux-android.sh
@@ -80,18 +80,6 @@ if test "X$android_warn" != X; then
fi
$cat > try.c << 'EOM'
-#include <stdio.h>
-#include <mntent.h>
-#include <unistd.h>
-int main() { (void) getmntent(stdout); return(0); }
-EOM
-$cc $ccflags try.c -o try
-android_warn=`$run ./try 2>&1 | $egrep "$android_stub"`
-if test "X$android_warn" != X; then
- d_getmntent="$undef"
-fi
-
-$cat > try.c << 'EOM'
#include <netdb.h>
int main() { (void) getprotobyname("foo"); return(0); }
EOM