From d0ae7caa49501250eba4fb6648c239748714f5c7 Mon Sep 17 00:00:00 2001 From: Dave Huseby Date: Mon, 9 Mar 2015 16:25:50 -0700 Subject: [PATCH] fixing configure so that it works on bitrig/openbsd --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d56000b14e255..b0d0c3f29b84a 100755 --- a/configure +++ b/configure @@ -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"