summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-05 19:32:34 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-06 10:51:24 -0400
commit076820b006853d7c36f37fcdd9c2391b83f37ed8 (patch)
treecf1ebd0a038413ab443ae3799641f51d4fa97cd2 /configure.ac
parent34500310c8c4ec3a55078837bae15d644fbf24d0 (diff)
downloadxorg-lib-libXext-076820b006853d7c36f37fcdd9c2391b83f37ed8.tar.gz
man: using the C preprocessor is not required for man pages.
There were no special symbols needing cpp. Everything can be handled by the default MAN_SUBSTS in util-macros. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ff8d916..be10934 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,9 +51,6 @@ AC_HEADER_STDC
XORG_CHECK_MALLOC_ZERO
-# Man page processing requirements
-XORG_PROG_RAWCPP
-
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT
XORG_LINT_LIBRARY([Xext])