mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
talk about TIFF loader, not TIFF plug-in.
2004-11-21 Sven Neumann <sven@gimp.org> * configure.in: talk about TIFF loader, not TIFF plug-in.
This commit is contained in:
parent
d1031c8503
commit
bbace3c8ee
@ -1,3 +1,7 @@
|
||||
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: talk about TIFF loader, not TIFF plug-in.
|
||||
|
||||
2004-11-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: talk about TIFF loader, not TIFF plug-in.
|
||||
|
||||
2004-11-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: talk about TIFF loader, not TIFF plug-in.
|
||||
|
||||
2004-11-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: talk about TIFF loader, not TIFF plug-in.
|
||||
|
||||
2004-11-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
|
@ -734,7 +734,7 @@ dnl Test for libtiff
|
||||
[AC_CHECK_HEADER(tiffio.h,
|
||||
TIFF='tiff'; LIBTIFF='-ltiff34 -ljpeg -lz',
|
||||
AC_MSG_WARN(*** TIFF loader will not be built (TIFF header files not found) ***))],
|
||||
AC_MSG_WARN(*** TIFF plug-in will not be built (TIFF library not found) ***), -ljpeg -lz -lm)], -ljpeg -lz -lm)], -lm)
|
||||
AC_MSG_WARN(*** TIFF loader will not be built (TIFF library not found) ***), -ljpeg -lz -lm)], -ljpeg -lz -lm)], -lm)
|
||||
fi
|
||||
|
||||
if test x$with_libtiff != xno && test -z "$LIBTIFF"; then
|
||||
|
Loading…
Reference in New Issue
Block a user