Really fix WINDRES logic.

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

        * configure.in: Really fix WINDRES logic.
This commit is contained in:
Manish Singh
2004-08-01 19:55:40 +00:00
committed by Manish Singh
parent eaa8a2a51c
commit f21c4caefb
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-08-01 Manish Singh <yosh@gimp.org>
* configure.in: Really fix WINDRES logic.
2004-08-01 DindinX <david@dindinx.org>
* plug-ins/common/scatter_hsv.c: ported to GimpPreviewArea.

View File

@ -244,11 +244,13 @@ AM_CONDITIONAL(OS_UNIX, test "$os_win32" != "yes")
if test "$os_win32" = "yes"; then
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
AC_CHECK_TOOL(WINDRES, windres)
AC_MSG_RESULT([$windres])
AC_CHECK_TOOL(WINDRES, windres, :)
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)
###############
# Generic stuff