fixing configure so that it works on bitrig/openbsd
This commit is contained in:
parent
638832e64c
commit
d0ae7caa49
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -701,8 +701,8 @@ probe CFG_ADB adb
|
|||
|
||||
if [ ! -z "$CFG_PANDOC" ]
|
||||
then
|
||||
# Extract "MAJOR MINOR" from Pandoc's version number
|
||||
PV_MAJOR_MINOR=$(pandoc --version | grep '^pandoc' |
|
||||
# Extract "MAJOR MINOR" from Pandoc's version number
|
||||
sed -E 's/pandoc(.exe)? ([0-9]+)\.([0-9]+).*/\2 \3/')
|
||||
|
||||
MIN_PV_MAJOR="1"
|
||||
|
|
Loading…
Add table
Reference in a new issue