diff options
Diffstat (limited to 'Build/source/texk/kpathsea/configure')
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index f44ffd19ad0..299689b7dda 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -638,8 +638,6 @@ LTLIBOBJS have_EXEEXT_FALSE have_EXEEXT_TRUE LT_OBJDIR -CYGWIN_OR_MINGW_FALSE -CYGWIN_OR_MINGW_TRUE MINGW32_FALSE MINGW32_TRUE WIN32_FALSE @@ -13562,20 +13560,6 @@ else fi -case $host_os in #( - cygwin* | mingw*) : - kpse_have_cygwin_or_mingw=yes ;; #( - *) : - ;; -esac - if test "x$kpse_have_cygwin_or_mingw" = xyes; then - CYGWIN_OR_MINGW_TRUE= - CYGWIN_OR_MINGW_FALSE='#' -else - CYGWIN_OR_MINGW_TRUE='#' - CYGWIN_OR_MINGW_FALSE= -fi - LT_OBJDIR="$lt_cv_objdir" @@ -13852,10 +13836,6 @@ if test -z "${MINGW32_TRUE}" && test -z "${MINGW32_FALSE}"; then as_fn_error $? "conditional \"MINGW32\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${CYGWIN_OR_MINGW_TRUE}" && test -z "${CYGWIN_OR_MINGW_FALSE}"; then - as_fn_error $? "conditional \"CYGWIN_OR_MINGW\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${have_EXEEXT_TRUE}" && test -z "${have_EXEEXT_FALSE}"; then as_fn_error $? "conditional \"have_EXEEXT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |