summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-06 12:38:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-06 12:38:16 +0000
commit05e88b695a1d56112eee8b4fa0d57f0a1f738231 (patch)
treef4a5bc11562093b4257280a17f55a404b9f4d1a4 /Build/source/texk/kpathsea/configure.ac
parente71489818a87c5bc99fc792e5b9ee6ec56516ef3 (diff)
Reduce Cygwin compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@33105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/configure.ac')
-rw-r--r--Build/source/texk/kpathsea/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index 7a8929756aa..3f0372b424e 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -60,6 +60,10 @@ fi
fi
KPSE_COND_MINGW32
+AS_CASE([$host_os],
+ [cygwin* | mingw*], [kpse_have_cygwin_or_mingw=yes])
+AM_CONDITIONAL([CYGWIN_OR_MINGW],
+ [test "x$kpse_have_cygwin_or_mingw" = xyes])
AC_SUBST([LT_OBJDIR], ["$lt_cv_objdir"])