summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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