Skip to content

Commit bea3ec3

Browse files
committed
Remove tabs from configure script
1 parent aafed3e commit bea3ec3

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

configure

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ then
469469
PV_MINOR=${PV_MAJOR_MINOR#* }
470470
if [ "$PV_MAJOR" -lt "$MIN_PV_MAJOR" ] || [ "$PV_MINOR" -lt "$MIN_PV_MINOR" ]
471471
then
472-
step_msg "pandoc $PV_MAJOR.$PV_MINOR is too old. Need at least $MIN_PV_MAJOR.$MIN_PV_MINOR. Disabling"
473-
BAD_PANDOC=1
472+
step_msg "pandoc $PV_MAJOR.$PV_MINOR is too old. Need at least $MIN_PV_MAJOR.$MIN_PV_MINOR. Disabling"
473+
BAD_PANDOC=1
474474
fi
475475
fi
476476

@@ -544,7 +544,6 @@ then
544544
putvar CFG_ENABLE_CLANG
545545
fi
546546

547-
548547
if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ]
549548
then
550549
err "either clang or gcc is required"
@@ -558,20 +557,20 @@ then
558557
LLVM_VERSION=$($LLVM_CONFIG --version)
559558

560559
case $LLVM_VERSION in
561-
(3.3|3.3svn|3.2|3.2svn)
562-
msg "found ok version of LLVM: $LLVM_VERSION"
563-
;;
564-
(*)
565-
err "bad LLVM version: $LLVM_VERSION, need >=3.0svn"
566-
;;
560+
(3.3|3.3svn|3.2|3.2svn)
561+
msg "found ok version of LLVM: $LLVM_VERSION"
562+
;;
563+
(*)
564+
err "bad LLVM version: $LLVM_VERSION, need >=3.0svn"
565+
;;
567566
esac
568567
fi
569568

570569
if [ ! -z "$CFG_ENABLE_CLANG" ]
571570
then
572571
if [ -z "$CFG_CLANG" ]
573572
then
574-
err "clang requested but not found"
573+
err "clang requested but not found"
575574
fi
576575
CFG_CLANG_VERSION=$("$CFG_CLANG" \
577576
--version \

0 commit comments

Comments
 (0)