From e0ae1a1068508dabe046c124c480591371573b31 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 27 May 2010 19:26:56 -0400 Subject: [PATCH] config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS It depends on util-macros 1.8 The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index e60e82f..83cdc76 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,6 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -# Checks for programs. -AC_PROG_INSTALL - # Checks for libraries. AC_CHECK_LIB([sysfs], [sysfs_close_bus]) -- 2.32.0.93.g670b81a890