diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-26 21:18:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-08-26 21:18:03 +0300 |
commit | 12e05615041147de61658bda8f5e7d5a4acd87c3 (patch) | |
tree | 07e44cfe7e54511be6b26dc0779f3ae751256a24 /configure | |
parent | 73780a2b7c4a873c6844a489856b5ae2fe1a9c64 (diff) | |
download | egawk-12e05615041147de61658bda8f5e7d5a4acd87c3.tar.gz egawk-12e05615041147de61658bda8f5e7d5a4acd87c3.tar.bz2 egawk-12e05615041147de61658bda8f5e7d5a4acd87c3.zip |
Remove support for MirBSD. Yay!
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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' |