瀏覽代碼

Check for sed

It's used by the GCC warning flag code.
Richard Laager 15 年之前
父節點
當前提交
7b2692d1ab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configure.in

+ 1 - 0
configure.in

@@ -115,6 +115,7 @@ AM_CONDITIONAL(CYGWIN_BUILD_SETUP_EXE, test "x$host_os" = "xcygwin" -a "x$MAKENS
 
 dnl end check for NSIS
 
+AC_PATH_PROG(sedpath, sed)
 if test "x$GCC" = "xyes"; then
 	dnl We enable -Wall later.
 	dnl If it's set after the warning CFLAGS in the compiler invocation, it counteracts the -Wno... flags.