ocaml: Make dependencies file stable.
[guestfs-browser.git] / configure.ac
index 1114c6a..477fc85 100644 (file)
@@ -28,6 +28,8 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
 AM_PROG_CC_C_O
 AC_SYS_LARGEFILE
 
+AC_PROG_SED
+
 dnl Check for OCaml compiler.
 AC_PROG_OCAML
 if test "$OCAMLOPT" = "no"; then