Do not use unset variables

This commit is contained in:
Yevgen Muntyan 2008-05-22 22:51:04 -05:00
parent 5207d4fad7
commit 09ed2322e5

View File

@ -10,7 +10,7 @@ AC_DEFUN_ONCE([MOO_AM_MIME_MK],[
AC_DEFUN_ONCE([MOO_AM_RC_MK],[
AC_REQUIRE([MOO_AC_CHECK_OS])
if test $MOO_OS_MINGW = "yes"; then
if test x$MOO_OS_MINGW = "xyes"; then
AC_ARG_VAR([WINDRES], [windres])
AC_CHECK_TOOL(WINDRES, windres, :)
fi