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 | 1616e2d2e5c632c7a175dee2b0ae4e2b737bb648 (patch) | |
tree | bba53c765f3851c07c418e1b1256121628ebb1a3 | |
parent | b05d3efcd5ecceb73edc9e64cc07a5c7fcfaa321 (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 4e98001..29ca261 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_INSTALL AC_CHECK_FUNC([mkstemp], AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.])) |