summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-12 11:54:40 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-12 11:54:40 -0500
commit2fee85a59998a805ca8161606c5c32953f02f659 (patch)
tree0d19444c3039e40497cb35b31aa402468e156797 /configure.ac
parent99be515efe95cb3eb4bcb29b2bc194f416b31758 (diff)
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
It depends on util-macros 1.8 or later The existing statement can now be removed from the configuration file. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 634fa9c..de09206 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,6 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_CC_C_O
-AC_PROG_INSTALL
AC_CHECK_FUNC([mkstemp],
AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.]))