diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 11:54:40 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-12 11:54:40 -0500 |
commit | c37ee6e4b42776b6dd4147db6022c574e68288b7 (patch) | |
tree | 09e3d5f2510fae0148b7eee046d8dde5db12da8c /configure.ac | |
parent | 97110e50013fc5735c6220f559588b0be9a8b821 (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.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 85cef18..9875fae 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) AC_PROG_CC -AC_PROG_INSTALL AC_CHECK_FUNCS([strlcpy getpid]) |