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