From 5b4a641893cfc1db2af0c612566083f58b10903b Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 2 Feb 2021 09:58:05 +0000 Subject: [PATCH] let LEX and YACC be customizable via args --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index c01d4d1..be767b4 100755 --- a/configure +++ b/configure @@ -82,7 +82,6 @@ which ${LEX} 2>/dev/null 1>&2 || { which ${LEX} 2>/dev/null 1>&2 || { echo "${LEX} not found: giving up" 1>&2 echo "${LEX} not found: giving up" 1>&3 - exit 1 } } @@ -94,7 +93,6 @@ which ${YACC} 2>/dev/null 1>&2 || { which ${YACC} 2>/dev/null 1>&2 || { echo "${YACC} not found: giving up" 1>&2 echo "${YACC} not found: giving up" 1>&3 - exit 1 } }