Really really really really fix WINDRES logic.

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

        * configure.in: Really really really really fix WINDRES logic.
This commit is contained in:
Manish Singh 2004-08-04 09:00:34 +00:00 committed by Manish Singh
parent 14eb27c540
commit f9409dc88e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-08-04 Manish Singh <yosh@gimp.org>
* configure.in: Really really really really fix WINDRES logic.
2004-08-03 DindinX <david@dindinx.org>
* plug-ins/winicon/icodialog.c: ported to GimpPreviewArea. Still needs

View File

@ -242,11 +242,11 @@ AC_SUBST(PATHSEP)
AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
AM_CONDITIONAL(OS_UNIX, test "$os_win32" != "yes")
WINDRES=":"
if test "$os_win32" = "yes"; then
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
AC_CHECK_TOOL(WINDRES, windres, :)
else
WINDRES=":"
fi
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)