Skip to content

Commit

Permalink
Configure: eliminate some left over debug output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tonycoz committed Apr 12, 2024
1 parent a09a026 commit cab7c32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Configure
Expand Up @@ -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"
Expand Down

0 comments on commit cab7c32

Please sign in to comment.