diff options
Diffstat (limited to 'Build/source/texk/kpathsea/configure.ac')
-rw-r--r-- | Build/source/texk/kpathsea/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac index 9d3276d946a..d0f59a693a9 100644 --- a/Build/source/texk/kpathsea/configure.ac +++ b/Build/source/texk/kpathsea/configure.ac @@ -71,6 +71,10 @@ if test $kb_cv_func_getcwd_forks = yes; then fi fi +KPSE_CHECK_WIN32 +AM_CONDITIONAL([WIN32], [test "x$kpse_cv_have_win32" != xno]) +AM_CONDITIONAL([MINGW32], [test "x$kpse_cv_have_win32" = xmingw32]) + dnl Write output here, instead of putting a zillion -D's on the command line. AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [sed -e 's/^#define PACKAGE/#define KPSE_PACKAGE/' \ |