Skip to content

Commit

Permalink
removing extranneous line after FLEX test in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
jennfshr authored and tom95858 committed May 11, 2024
1 parent 95e6ac2 commit 01ba8e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ AC_PATH_PROG(FLEX, flex)
if test -z "$FLEX"; then
AC_MSG_ERROR([You need the 'flex' lexer generator to compile LDMS])
fi

AC_ARG_VAR([BISON], [bison command])
AC_CHECK_PROG([BISON], [bison -y], [bison -y], [no])
AS_IF([test "x$BISON" = "xno"], [AC_MSG_ERROR([bison not found])])
Expand Down

0 comments on commit 01ba8e5

Please sign in to comment.