summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 3cc84d31..3ace0a21 100755
--- a/configure
+++ b/configure
@@ -8820,9 +8820,12 @@ $as_echo "$as_me: Could not find local copy of libtiff. Disabling tiff and xps o
;;
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
as_fn_error $? "Mixing local libtiff with shared libjpeg not supported" "$LINENO" 5
+ fi
fi
CGLAGS_STORE=$CFLAGS