summaryrefslogtreecommitdiff
path: root/xorg-macros.m4.in
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-10-15 22:45:58 -0400
committerDavid Nusinow <dnusinow@debian.org>2006-10-15 22:45:58 -0400
commitbcd763dd427d2afd9066d52990363398d15d2c6a (patch)
tree82cc20f75a870680361ff5280b3f6df2bba80256 /xorg-macros.m4.in
parentde2a4b2880117f1de38c9f870024cfb8a9f3ba8d (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.in2
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