From a006a4cf197c8fea8fa54a94847319343c94e609 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku <kaz@kylheku.com> Date: Thu, 26 May 2022 21:44:22 -0700 Subject: 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. --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3