From 22f78dd456cdf6d6c123556e3f715d008ecd86cd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 1 Dec 2009 13:07:41 +0000 Subject: [PATCH] Look for sed as gsed first Solaris's sed apparently doesn't understand [:space:] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6792491..c249b9a 100644 --- a/configure.ac +++ b/configure.ac @@ -559,7 +559,7 @@ AC_PROG_LN_S dnl ** Find the path to sed -AC_PATH_PROG(SedCmd,sed) +AC_PATH_PROGS(SedCmd,gsed sed,sed) dnl ** check for time command -- 1.7.10.4