From e99c0ea4de186714209c6be95394fe48a720567f Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 13 Aug 2015 08:35:52 +0000 Subject: Allow shared libraries (DLLs) in native TeXLive builds for Cygwin and MinGW git-svn-id: svn://tug.org/texlive/trunk@38111 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/configure') diff --git a/Build/source/configure b/Build/source/configure index 8933e26408b..c805f8f194c 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4048,10 +4048,10 @@ case $enable_libtool_hack in #( esac ac_configure_args="$ac_configure_args '--enable-libtool-hack=$enable_libtool_hack'" ;; esac -case $enable_shared in #( - no) : +case $enable_shared:$host_os in #( + no:* | yes:mingw* | yes:cygwin*) : : ;; #( - yes ) : + yes:* ) : if test "x$enable_native_texlive_build" = xyes; then : as_fn_error $? "you can not use a shared Kpathsea library for a native TeX Live build" "$LINENO" 5 fi ;; #( -- cgit v1.2.3