mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
build: Don't create manual pages if rst2man is not found
This commit is contained in:
parent
c4ecf96942
commit
69583191de
@ -194,6 +194,7 @@ if (test "${enable_manual_pages}" != "no"); then
|
||||
AC_CHECK_PROGS(RST2MAN, [rst2man rst2man-3 rst2man.py], "no")
|
||||
if (test "x$RST2MAN" = "xno"); then
|
||||
AC_MSG_WARN([rst2man required for building manual pages])
|
||||
enable_manual_pages="no"
|
||||
fi
|
||||
fi
|
||||
AM_CONDITIONAL(MANUAL_PAGES, test "${enable_manual_pages}" != "no")
|
||||
|
Loading…
Reference in New Issue
Block a user