diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-17 20:24:43 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-17 20:25:10 -0400 |
commit | a2fa2705252db693d2b0f9da8f28fbfe3f88f083 (patch) | |
tree | bcc84a6328298ab936a7dfeb1a1a0e91a15eb7f9 | |
parent | b4d3a7153d9f39f9f385a750d39e30385caddd7e (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>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 47f2215..399b154 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,6 @@ XORG_MACROS_VERSION(1.10) AC_PROG_CC AC_PROG_LIBTOOL AC_PROG_AWK -AC_PROG_SED AM_PROG_CC_C_O # Need to call this explicitly since the first call to PKG_CHECK_MODULES |