Commit b2a69f7c 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

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cb1b4e5c
......@@ -341,9 +341,8 @@ case "${host_os}" in
dnl
AC_ARG_ENABLE(peflags,
[ --enable-peflags peflags use (default enabled on Windows)])
if test "${enable_peflags}" != "no"
then
AC_CHECK_TOOL(PEFLAGS, peflags, :)
if test "${enable_peflags}" != "no" ; then
AC_PATH_TOOL(PEFLAGS, peflags, :)
fi
AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
fi
......
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