Commit 9aef9213 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: Win32, store the path of peflags, since it will be provided by the contribs

parent e5103010
......@@ -338,7 +338,7 @@ case "${host_os}" in
AC_ARG_ENABLE(peflags,
[ --enable-peflags peflags use (default enabled on Windows)])
if test "${enable_peflags}" != "no" ; then
AC_CHECK_TOOL(PEFLAGS, peflags, :)
AC_PATH_TOOL(PEFLAGS, peflags, :)
fi
AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
ac_default_prefix="`pwd`/_win32"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment