diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -730,6 +730,10 @@ else exit 1 ;; * ) + if ! command -v "$yaccpath" > /dev/null ; then + printf "not found\n\n" + exit 1 + fi printf "given\n" ;; esac |