config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS

The existing statement can now be removed from the configuration file.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon
2010-05-27 18:57:33 -04:00
parent 1188152fee
commit b714882b02

View File

@@ -45,9 +45,6 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
XORG_WITH_LINT
# Checks for programs.
AC_PROG_INSTALL
# Obtain compiler/linker options from server and required extensions
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.5.99.901] xproto inputproto)