summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-26 21:44:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-26 21:44:22 -0700
commita006a4cf197c8fea8fa54a94847319343c94e609 (patch)
treee012f1c054c689ec8da0f2beabece002d543f396 /configure
parentbcfed1b200a6fe27e3b2fe4fb883e756d7d0cef5 (diff)
downloadtxr-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-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index d677718f..fd34c115 100755
--- a/configure
+++ b/configure
@@ -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