Navigation Menu

Skip to content

Commit

Permalink
TIFF support is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Sep 18, 2000
1 parent 2c04afc commit 8bbcd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -143,8 +143,8 @@ if test x$enable_tga = xyes; then
CFLAGS="$CFLAGS -DLOAD_TGA"
fi
AC_ARG_ENABLE(tif,
[ --enable-tif support loading TIF images [default=yes]],
, enable_tif=yes)
[ --enable-tif support loading TIFF images [default=no]],
, enable_tif=no)
if test x$enable_tif = xyes; then
AC_CHECK_LIB(tiff, TIFFClientOpen, have_libtiff=yes)
if test x$have_libtiff = xyes; then
Expand Down

0 comments on commit 8bbcd3d

Please sign in to comment.