From 1cb318be15d32b96ea8b12ce6b45a04d2c4dff68 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 26 Oct 2019 17:27:30 -0700 Subject: configure: stray exit * configure: remove stray exit statement added while debugging memalign test on Solaris. --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index c957e5f6..d7277793 100755 --- a/configure +++ b/configure @@ -2695,9 +2695,6 @@ int main(void) break; fi - cat conftest.err - exit 1 - cat > conftest.c < -- cgit v1.2.3