summaryrefslogtreecommitdiffstats
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
commitbe39cb48cc908e1f07d9aa06968012c542031cf6 (patch)
treee012f1c054c689ec8da0f2beabece002d543f396
parent93ec065e3730df87fb8e0184f34acb0cc1e28b23 (diff)
downloadtxr-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-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