Skip to content

Commit

Permalink
fix(build): Note grep is a build-time dependency, not just runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 26, 2024
1 parent cd69185 commit d1f2035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ QUE_DIST_CHECKSUMS

# Build time deps
AC_PROG_AWK
AC_PROG_GREP
AC_PROG_SED
QUE_PROGVAR([find])
QUE_PROGVAR([sort])
Expand All @@ -35,7 +36,6 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
# Run time deps
AC_PROG_EGREP
AC_PROG_GREP
AC_PROG_INSTALL
AC_PROG_MKDIR_P
QUE_PROGVAR([bc])
Expand Down

0 comments on commit d1f2035

Please sign in to comment.