diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |