Commit 2e0aff3b authored by Richard Genoud's avatar Richard Genoud Committed by Peter Korsgaard
Browse files

libserial: prevent documentation from being build



If docbook2pdf is present on the host, the documentation is built, no
matter all the --disable-doc*
But forcing ac_cv_prog_DOCBOOK2PDF to no tells configure that
docbook2pdf is absent, and thus the documentation is not built.

Signed-off-by: default avatarRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent e7c04258
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,4 +10,6 @@ LIBSERIAL_INSTALL_STAGING = YES
LIBSERIAL_LICENSE = GPLv2+
LIBSERIAL_LICENSE_FILES = COPYING

LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no

$(eval $(autotools-package))