aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wiretap/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 99d05af5d2..9e117c75a3 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -237,10 +237,6 @@ ascend_scanner_lex.h : ascend_scanner.c
ascend.h: ascend.c
ascend.c: $(srcdir)/ascend.y ascend_scanner_lex.h
- @if [ -z "$(YACC)" ]; then \
- echo "Neither bison nor byacc has been found"; \
- exit 1; \
- fi
$(AM_V_YACC)$(YACC) -d -p ascend -o ascend.c $(srcdir)/ascend.y
version_info.c: $(top_srcdir)/version_info.c