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

committed by
Manish Singh

parent
f21c4caefb
commit
beb1608115
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-01 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* configure.in: Really really fix WINDRES logic.
|
||||||
|
|
||||||
2004-08-01 Manish Singh <yosh@gimp.org>
|
2004-08-01 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* configure.in: Really fix WINDRES logic.
|
* configure.in: Really fix WINDRES logic.
|
||||||
|
@ -248,7 +248,7 @@ if test "$os_win32" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
|
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)
|
AC_SUBST(WINDRES)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user