Skip to content

Commit

Permalink
configure: check for unzip (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
McArcady committed Dec 27, 2022
1 parent f1c29fe commit 79147ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ ACX_CHECK_PROGS_REQ([wget], [wget])
ACX_CHECK_PROGS_REQ([tar], [tar])
ACX_CHECK_PROGS_REQ([gzip], [gzip])
ACX_CHECK_PROGS_REQ([bzip2], [bzip2])
ACX_CHECK_PROGS_REQ([unzip], [unzip])
ACX_CHECK_PROGS_REQ([help2man], [help2man])
ACX_CHECK_PROGS_REQ([rsync], [rsync])

Expand Down

0 comments on commit 79147ff

Please sign in to comment.