summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-14 16:16:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-16 21:18:50 +0200
commit8371d1bbf8c39601fc9d4504aeb32bb4f3197790 (patch)
tree6e1401158392d31c75be5ff7b89f24c717d440d3 /configure.ac
parentImport Ghostscript 9.53 (diff)
downloadghostscript-gpl-patches-8371d1bbf8c39601fc9d4504aeb32bb4f3197790.tar.gz
ghostscript-gpl-patches-8371d1bbf8c39601fc9d4504aeb32bb4f3197790.tar.bz2
ghostscript-gpl-patches-8371d1bbf8c39601fc9d4504aeb32bb4f3197790.zip
Import Ghostscript 9.53.1ghostscript-9.53.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d4f56fde..a5c55946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1617,9 +1617,12 @@ case "x$with_system_libtiff" in
;;
esac
-
-if test x"$SHARE_LIBTIFF" != x"$SHARE_LIBJPEG" ; then
+# Skip this check for the recursive configure call.
+# Not relevant for AUX tools.
+if test x"$enable_auxtools_only" != x"yes" ; then
+ if test x"$SHARE_LIBTIFF" != x"$SHARE_LIBJPEG" ; then
AC_MSG_ERROR([Mixing local libtiff with shared libjpeg not supported])
+ fi
fi
CGLAGS_STORE=$CFLAGS