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 | be39cb48cc908e1f07d9aa06968012c542031cf6 (patch) | |
tree | e012f1c054c689ec8da0f2beabece002d543f396 | |
parent | 93ec065e3730df87fb8e0184f34acb0cc1e28b23 (diff) | |
download | txr-be39cb48cc908e1f07d9aa06968012c542031cf6.tar.gz txr-be39cb48cc908e1f07d9aa06968012c542031cf6.tar.bz2 txr-be39cb48cc908e1f07d9aa06968012c542031cf6.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.
-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 |