Suffix LCMS with EXEEXT. Unbreaks build on Win32.

2006-10-09  Tor Lillqvist  <tml@novell.com>

	* configure.in: Suffix LCMS with EXEEXT. Unbreaks build on Win32.
This commit is contained in:
Tor Lillqvist 2006-10-09 22:19:35 +00:00 committed by Tor Lillqvist
parent 1ed8dd4f53
commit afcdeae30b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-09 Tor Lillqvist <tml@novell.com>
* configure.in: Suffix LCMS with EXEEXT. Unbreaks build on Win32.
2006-10-09 Michael Natterer <mitch@gimp.org>
* app/actions/data-commands.c

View File

@ -1321,7 +1321,7 @@ if test "x$with_lcms" != xno; then
])
if test $have_lcms = yes; then
LCMS_LIBS="-llcms"
LCMS="lcms"
LCMS='lcms$(EXEEXT)'
else
have_lcms="no (lcms not found or unusable)"
fi