Skip to content

Commit

Permalink
Check for rst2man binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bwarden committed Jul 26, 2024
1 parent 32a2d27 commit b801ce6
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 @@ -26,6 +26,7 @@ AC_CHECK_LIB([pthread], [pthread_create])


# Program checks
AC_CHECK_PROGS(RST2MAN, rst2man)
AC_CHECK_PROGS(TAR, tar)
AC_DEFINE(_GNU_SOURCE, 1, [Use non standard gnu functions])

Expand Down

0 comments on commit b801ce6

Please sign in to comment.