diff options
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 ;; #( |