1 ghostscript-native:fix disable-system-libtiff
3 Modify configure to add the check to make sure
4 ghostscrip could work while system-libtiff is
7 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9 Updated to apply to ghostscript 9.21.
11 Signed-off-by: Joe Slater <joe.slater@windriver.com>
13 Upstream-Status: Pending
19 @@ -1259,6 +1259,7 @@ case "x$with_system_libtiff" in
22 if test x"$SHARE_LIBTIFF" = x"0" ; then
23 + if test -e $LIBTIFFDIR/configure; then
24 echo "Running libtiff configure script..."
26 if ! test -d "$LIBTIFFCONFDIR" ; then
27 @@ -1272,6 +1273,10 @@ if test x"$SHARE_LIBTIFF" = x"0" ; then
30 echo "Continuing with Ghostscript configuration..."
32 + AC_MSG_NOTICE([Could not find local copy of libtiff.
33 +Disabling tiff output devices.])
37 AC_SUBST(SHARE_LIBTIFF)