From cab7c329680aa887117b3e0568f000f7e5acf605 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 11 Apr 2024 11:01:44 +1000 Subject: [PATCH] Configure: eliminate some left over debug output The LC_ALL syntax detection wrote some of what it detected to the console with no labels. On Linux this was: "=;" for both lines, but I've seen more complex output on other systems. --- Configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/Configure b/Configure index 5a7b447649bf..69826b0d4fcd 100755 --- a/Configure +++ b/Configure @@ -17810,9 +17810,7 @@ EOF set try if eval $compile_ok; then output=`$run ./try 2>/dev/null` - echo "'$output'" >&4 separator=`echo "$output" | $sed 1q` - echo "'$separator'" >&4 case $separator in "\"=;\"") d_perl_lc_all_uses_name_value_pairs="$define"