Really really really fix WINDRES logic.

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

        * configure.in: Really really really fix WINDRES logic.
This commit is contained in:
Manish Singh 2004-08-01 20:30:50 +00:00 committed by Manish Singh
parent b83ce07108
commit 182c9b16e2
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-08-01 Manish Singh <yosh@gimp.org>
* configure.in: Really really really fix WINDRES logic.
2004-08-01 Manish Singh <yosh@gimp.org> 2004-08-01 Manish Singh <yosh@gimp.org>
* plug-ins/common/mkgen.pl: update install-% rule to match newer * plug-ins/common/mkgen.pl: update install-% rule to match newer

View file

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