aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-26 21:18:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-26 21:18:03 +0300
commit12e05615041147de61658bda8f5e7d5a4acd87c3 (patch)
tree07e44cfe7e54511be6b26dc0779f3ae751256a24 /configure
parent73780a2b7c4a873c6844a489856b5ae2fe1a9c64 (diff)
downloadegawk-12e05615041147de61658bda8f5e7d5a4acd87c3.tar.gz
egawk-12e05615041147de61658bda8f5e7d5a4acd87c3.tar.bz2
egawk-12e05615041147de61658bda8f5e7d5a4acd87c3.zip
Remove support for MirBSD. Yay!
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 4dc9ce8d..99d5b9d2 100755
--- a/configure
+++ b/configure
@@ -5999,14 +5999,6 @@ then
CFLAGS="$CFLAGS -D_SYSV3"
fi
-case $host_os in
-mirbsd*)
-
-$as_echo "#define LIBC_IS_BORKED 1" >>confdefs.h
-
- ;;
-esac
-
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'