From 3ed47e34a9e8ecf71f984b8c68656f97258b7ea2 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Fri, 29 Jun 2018 18:53:31 +0200 Subject: CONFIGURE: JANITORIAL: Fix indentation --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 418c945349..9d1265f290 100755 --- a/configure +++ b/configure @@ -2102,11 +2102,11 @@ echo $_no_undefined_var_template echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG" if `which $_host_alias-strings >/dev/null 2>&1`; then -_strings=$_host_alias-strings -echo yes >> "$TMPLOG" + _strings=$_host_alias-strings + echo yes >> "$TMPLOG" else -_strings=strings -echo no >> "$TMPLOG" + _strings=strings + echo no >> "$TMPLOG" fi # -- cgit v1.2.3