Really fix WINDRES logic.
2004-08-01 Manish Singh <yosh@gimp.org> * configure.in: Really fix WINDRES logic.
This commit is contained in:

committed by
Manish Singh

parent
eaa8a2a51c
commit
f21c4caefb
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user