diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 12:07:46 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 12:07:46 -0500 |
commit | 3776075264024af7eca93f689305d46302e88536 (patch) | |
tree | 3ea7762e25a5302ba9f761af4e703b179244226d /configure.ac | |
parent | 5283e87ca909304d3e1820ef877bf3587a9c8724 (diff) | |
download | xorg-lib-libXi-3776075264024af7eca93f689305d46302e88536.tar.gz |
config: remove already included AC_PROG_SED statement
Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Use the appropriate platform version of sed
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 9321277..457a993 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,6 @@ AM_CONFIG_HEADER(src/config.h) # Check for progs AC_PROG_LIBTOOL -AC_PROG_SED # Checks for pkg-config packages PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.2.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 1.9.99.902]) |