mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
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:
parent
b83ce07108
commit
182c9b16e2
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* plug-ins/common/mkgen.pl: update install-% rule to match newer
|
||||
|
|
|
@ -242,6 +242,8 @@ 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, :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue