Ticket #37543: patch-configure.diff
File patch-configure.diff, 373 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
configure
old new 4294 4294 test -n "$YACC" && break 4295 4295 done 4296 4296 4297 if test "$YACC" != "bison -y"; then4298 { { $as_echo "$as_me:$LINENO: error: bison not found" >&54299 $as_echo "$as_me: error: bison not found" >&2;}4300 { (exit 1); exit 1; }; }4301 fi4302 4297 4303 4298 # Checks for libraries. 4304 4299