Set -DPIXARLOG_SUPPORT option along with -DZIP_SUPPORT

This commit is contained in:
Andrey Kiselev 2002-10-02 10:04:29 +00:00
parent 9e316db6e6
commit 744bb65d05

6
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.25 2002-09-29 18:14:48 warmerda Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/configure,v 1.26 2002-10-02 10:04:29 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
@ -152,7 +152,7 @@ do
-target|--target) ac_prev=TARGET;;
-target=*|--target=*) TARGET="$ac_optarg" ;;
-version|--version)
echo "This is TIFF configure $Revision: 1.25 $"
echo "This is TIFF configure $Revision: 1.26 $"
exit 0
;;
-help|--help) usage; exit 0;;
@ -1705,7 +1705,7 @@ else
LIBJPEG=
fi
if [ "${ZIP}" = yes ]; then
test -z "${CONF_ZIP-}" && CONF_ZIP="-DZIP_SUPPORT"
test -z "${CONF_ZIP-}" && CONF_ZIP="-DZIP_SUPPORT -DPIXARLOG_SUPPORT"
if test -z "${LIBGZ-}" ; then
LIBGZ="-lz"
test -z "${DIR_GZLIB-}" || LIBGZ="-L${DIR_GZLIB} ${LIBGZ}"