diff options
Diffstat (limited to 'Build/source/texk/tex4htk/configure.ac')
-rw-r--r-- | Build/source/texk/tex4htk/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/tex4htk/configure.ac b/Build/source/texk/tex4htk/configure.ac index e34350eb6ec..b08753034f4 100644 --- a/Build/source/texk/tex4htk/configure.ac +++ b/Build/source/texk/tex4htk/configure.ac @@ -23,6 +23,8 @@ KPSE_KPATHSEA_FLAGS KPSE_CHECK_WIN32 AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno]) +AM_CONDITIONAL([WIN32_WRAP], + [test -r $srcdir/../texlive/w32_wrapper/runscript.exe]) AC_CONFIG_FILES([Makefile]) |