diff options
author | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 23:30:02 +0100 |
---|---|---|
committer | Greg Troxel <gdt@fnord.ir.bbn.com> | 2007-02-03 23:30:02 +0100 |
commit | 0750e810164093ccbf7171883075dd5bbef062e1 (patch) | |
tree | ee3239ea61cb79472f23b0dca9d72d19c7108e21 /configure.ac | |
parent | remove crufty m4 files from 2004. With the files, autoheader (2.61) (diff) | |
download | frr-0750e810164093ccbf7171883075dd5bbef062e1.tar.xz frr-0750e810164093ccbf7171883075dd5bbef062e1.zip |
add AC_PROC_SED
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 99821109c..e6f49822d 100755 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,9 @@ dnl Check CC and friends dnl -------------------- AC_PROG_CC AC_PROG_CPP + AC_PROG_EGREP +AC_PROG_SED dnl ------------------------------------------------------------------ dnl Intel compiler check. Although Intel tries really hard to make icc |