From 9881df878fa054041fbf30da70d2b033ce84fe29 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Nov 2009 10:25:43 -0800 Subject: Expand yacc command without quotes. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d3fe7ccb..acb9dd81 100755 --- a/configure +++ b/configure @@ -730,7 +730,7 @@ else exit 1 ;; * ) - if ! command -v "$yaccpath" > /dev/null ; then + if ! command -v $yaccpath > /dev/null ; then printf "not found\n\n" exit 1 fi -- cgit v1.2.3