diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-26 21:44:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-26 21:44:22 -0700 |
commit | a006a4cf197c8fea8fa54a94847319343c94e609 (patch) | |
tree | e012f1c054c689ec8da0f2beabece002d543f396 /configure | |
parent | bcfed1b200a6fe27e3b2fe4fb883e756d7d0cef5 (diff) | |
download | txr-a006a4cf197c8fea8fa54a94847319343c94e609.tar.gz txr-a006a4cf197c8fea8fa54a94847319343c94e609.tar.bz2 txr-a006a4cf197c8fea8fa54a94847319343c94e609.zip |
configure: don't exit on no mmap.
* configure: do not treat the failure to detect mmap as
a fatal condition. This was just debugging commands accidentally
left behind.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3954,8 +3954,6 @@ if conftest ; then printf "#define HAVE_MMAP 1\n" >> config.h else printf "no\n" - cat conftest.err - exit 1 fi |