diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-01 13:44:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-03-01 13:44:20 +0200 |
commit | d8178f354fb1f81c0ed631a25e3ed31dcdadc10e (patch) | |
tree | 5d01afdd179a84db9f7c5a83391050c67500cb12 /configure | |
parent | c39c22ef05a188119bbf6da7b80e900ff3fcab31 (diff) | |
download | egawk-d8178f354fb1f81c0ed631a25e3ed31dcdadc10e.tar.gz egawk-d8178f354fb1f81c0ed631a25e3ed31dcdadc10e.tar.bz2 egawk-d8178f354fb1f81c0ed631a25e3ed31dcdadc10e.zip |
Make charasbytes test pass on MirBSD.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5875,6 +5875,14 @@ then CFLAGS="$CFLAGS -D_SYSV3" fi +case `uname` in +MirBSD | MirOS) + +$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' |