Really really fix WINDRES logic.

2004-08-01  Manish Singh  <yosh@gimp.org>

        * configure.in: Really really fix WINDRES logic.
This commit is contained in:
Manish Singh
2004-08-01 20:00:12 +00:00
committed by Manish Singh
parent f21c4caefb
commit beb1608115
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-01 Manish Singh <yosh@gimp.org>
* configure.in: Really really fix WINDRES logic.
2004-08-01 Manish Singh <yosh@gimp.org>
* configure.in: Really fix WINDRES logic.

View File

@ -248,7 +248,7 @@ if test "$os_win32" = "yes"; then
fi
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
AM_CONDITIONAL(HAVE_WINDRES, test "x$windres" != "x:")
AM_CONDITIONAL(HAVE_WINDRES, test "x$WINDRES" != "x:")
AC_SUBST(WINDRES)