summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-05-10 21:42:35 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-05-10 21:44:43 -0400
commit041a1f246a10951ca5c0fc34b0c88c4762c076bf (patch)
tree3e6d351fbfe8a50afe8fe91b744620c2763b96c2
parent44b80d177f57a5d697402e0bbb1c3bf77d5f39e6 (diff)
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>
-rw-r--r--configure.ac1
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)