From e9ddfed55490cc9f41f700fb98340fa6a9536aaa Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 7 Jan 2020 14:40:27 -0800 Subject: config.h: double definition of FLO_MAX_DIG * configure: add missing break statement into the loop that determines the definition for FLO_MAX_DIG, so we don't add multiple definitions. This reproduces on the Musl library. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a8d7edfd..d157c5b2 100755 --- a/configure +++ b/configure @@ -1435,6 +1435,7 @@ int main(void) printf "yes (%s)\n" $try_sym printf "#define FLO_MAX_DIG $try_sym\n" >> config.h have_dbl_decimal_dig=y + break fi done -- cgit v1.2.3