diff options
author | David Nusinow <dnusinow@debian.org> | 2006-10-15 22:45:58 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-10-15 22:45:58 -0400 |
commit | bcd763dd427d2afd9066d52990363398d15d2c6a (patch) | |
tree | 82cc20f75a870680361ff5280b3f6df2bba80256 /xorg-macros.m4.in | |
parent | de2a4b2880117f1de38c9f870024cfb8a9f3ba8d (diff) |
Make building pdf's configurable, though only disabled when it is explicitly set to no
Diffstat (limited to 'xorg-macros.m4.in')
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 4f2c0c9..e6009d2 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -214,7 +214,7 @@ AC_MSG_RESULT([$BUILDDOC]) AC_MSG_CHECKING([Whether to build pdf documentation]) -if test x$PS2PDF != x ; then +if test x$PS2PDF != x && test x$BUILD_PDFDOC != xno; then BUILDPDFDOC=yes else BUILDPDFDOC=no |