summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-11 11:53:46 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-11 13:56:26 -0400
commitb58f64eb53b5d9a2e116d23c0aee6f1c9079cfa7 (patch)
tree04711f8b66ab381f47d14d12f873e46667d10e49
parent53d1fdd3a716ebcee0e75e0097106ff25db38498 (diff)
config: use AC_PROG_SED now supplied by XORG_MANPAGE_SECTIONS
It depends on util-macros 1.8 The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5124b92..49ac2e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ XORG_DEFAULT_OPTIONS
# Checks for programs.
AC_PROG_INSTALL
-AC_PROG_SED
# Obtain compiler/linker options from server and required extensions
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.2.99.0] xproto inputproto)