File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 469
469
PV_MINOR=${PV_MAJOR_MINOR#* }
470
470
if [ " $PV_MAJOR " -lt " $MIN_PV_MAJOR " ] || [ " $PV_MINOR " -lt " $MIN_PV_MINOR " ]
471
471
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
474
474
fi
475
475
fi
476
476
544
544
putvar CFG_ENABLE_CLANG
545
545
fi
546
546
547
-
548
547
if [ -z " $CFG_ENABLE_CLANG " -a -z " $CFG_GCC " ]
549
548
then
550
549
err " either clang or gcc is required"
@@ -558,20 +557,20 @@ then
558
557
LLVM_VERSION=$( $LLVM_CONFIG --version)
559
558
560
559
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
+ ;;
567
566
esac
568
567
fi
569
568
570
569
if [ ! -z " $CFG_ENABLE_CLANG " ]
571
570
then
572
571
if [ -z " $CFG_CLANG " ]
573
572
then
574
- err " clang requested but not found"
573
+ err " clang requested but not found"
575
574
fi
576
575
CFG_CLANG_VERSION=$( " $CFG_CLANG " \
577
576
--version \
You can’t perform that action at this time.
0 commit comments