summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-06 14:01:51 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-06 20:46:48 -0400
commit76e07ef6911734eac418e399b114f1b544512736 (patch)
treedb832ee7de567275bf9765861e32dacf994f0d57 /configure.ac
parent4b8ff7db39f2fe7ef12968d462aaf3f9054b6c18 (diff)
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. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f029a6fc..ab867871 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,8 +67,6 @@ if test x"$LDFLAGS_FOR_BUILD" = x; then
fi
AC_SUBST(LDFLAGS_FOR_BUILD)
-XORG_PROG_RAWCPP
-
# Find perl for "make check" tests in nls/localerules.in
AC_ARG_WITH(perl,
AC_HELP_STRING([--with-perl=<path>],