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:
Sven Neumann 2004-11-21 12:37:11 +00:00 committed by Sven Neumann
parent d1031c8503
commit bbace3c8ee
5 changed files with 17 additions and 1 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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