Navigation Menu

Skip to content

Commit

Permalink
fixing configure so that it works on bitrig/openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Huseby committed Mar 9, 2015
1 parent 638832e commit d0ae7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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"
Expand Down

0 comments on commit d0ae7ca

Please sign in to comment.