mirror of https://github.com/GNOME/gimp.git
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:
parent
14eb27c540
commit
f9409dc88e
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue