From c499b927e1a48e5e0351da472de4736a3e4b445f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 20 Sep 2022 07:01:20 -0700 Subject: configure: bogus line preventing errors being shown. * configure: when the compiler is not found to be sane, we used to print the errors. But in a 2014 commit, the stray line "conftest && true" was left behind, whose termination status is false, and which thus causes an exit. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 4ac91cc3..203400a1 100755 --- a/configure +++ b/configure @@ -1083,7 +1083,6 @@ if ! conftest ; then lang_flags="$(echo "$lang_flags" | sed -e 's/-ansi/-std=c99/')" else printf "no\n\n" - conftest && true printf "Errors from compilation: \n\n" cat conftest.err exit 1 -- cgit v1.2.3