diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-10 21:42:35 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-10 21:44:43 -0400 |
commit | 041a1f246a10951ca5c0fc34b0c88c4762c076bf (patch) | |
tree | 3e6d351fbfe8a50afe8fe91b744620c2763b96c2 /configure.ac | |
parent | Update a stale comment about the use of pEvdev->tool. (diff) | |
download | xf86-input-evdev-041a1f246a10951ca5c0fc34b0c88c4762c076bf.tar.gz xf86-input-evdev-041a1f246a10951ca5c0fc34b0c88c4762c076bf.tar.bz2 xf86-input-evdev-041a1f246a10951ca5c0fc34b0c88c4762c076bf.zip |
config: AC_PROG_SED is required explicitly.
It sets the SED env variable with an appropriate sed program path
It still works on some platform when not explicity called.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da46c68..80add52 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,7 @@ XORG_DEFAULT_OPTIONS # Checks for programs. AC_PROG_INSTALL +AC_PROG_SED # Obtain compiler/linker options from server and required extensions PKG_CHECK_MODULES(XORG, xorg-server xproto inputproto) |