]> granicus.if.org Git - libevent/commitdiff
Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)
authorNick Mathewson <nickm@torproject.org>
Thu, 2 Aug 2012 15:56:17 +0000 (11:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Aug 2012 15:56:17 +0000 (11:56 -0400)
configure.in

index 70dc29cdac4b6999433fb808bcd138f8493c643c..a69650f654810e76c728e6bd404cc3d1791c629f 100644 (file)
@@ -35,6 +35,7 @@ esac
 dnl Checks for programs.
 AC_PROG_CC
 AM_PROG_CC_C_O
+AC_PROG_SED
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MKDIR_P