summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGreg Troxel <gdt@fnord.ir.bbn.com>2007-02-06 20:10:35 +0000
committerGreg Troxel <gdt@fnord.ir.bbn.com>2007-02-06 20:10:35 +0000
commit553bdfe376c49886cbdc2d306fea7b003bead31f (patch)
treeb0bc7c6d381340e7436597c37ff52aa6c1b22cb9 /configure.ac
parent9f0a19f525f3bbc7cb317b86468418b471ee1b34 (diff)
use generic sed test so this works on autoconf 2.59
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22077bf7..ade81321 100755
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,10 @@ AC_PROG_CC
AC_PROG_CPP
AC_PROG_EGREP
-AC_PROG_SED
+
+dnl autoconf 2.59 appears not to support AC_PROG_SED
+dnl AC_PROG_SED
+AC_CHECK_PROG([SED],[sed],[sed],[/bin/false])
dnl ------------------------------------------------------------------
dnl Intel compiler check. Although Intel tries really hard to make icc