summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/tex4htk/configure')
-rwxr-xr-xBuild/source/texk/tex4htk/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/tex4htk/configure b/Build/source/texk/tex4htk/configure
index 37d245bc1bd..5e321dcf048 100755
--- a/Build/source/texk/tex4htk/configure
+++ b/Build/source/texk/tex4htk/configure
@@ -16278,12 +16278,12 @@ case $kpse_cv_have_win64 in #(
yes) :
if test "x$kpse_cv_have_win32=xmingw"
then :
- WIN_WRAPPER=w64_mingw_wrapper
+ WIN_WRAPPER=windows_mingw_wrapper
else $as_nop
- WIN_WRAPPER=w64_wrapper
+ WIN_WRAPPER=windows_wrapper
fi ;; #(
*) :
- WIN_WRAPPER=w32_wrapper ;;
+ WIN_WRAPPER=windows_wrapper ;;
esac
if test -r "$srcdir/../../texk/texlive/$WIN_WRAPPER/runscript.exe"; then