From 041a1f246a10951ca5c0fc34b0c88c4762c076bf Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 10 May 2010 21:42:35 -0400 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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) -- cgit v1.2.3