summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-21 08:43:06 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-21 08:43:06 +0000
commit5f1e1f1009f5ec04c87fdca8d9c1a56651f2391c (patch)
tree8a8179fca400aefbc671bd9e2afa85f4798bfb89 /Build/source/texk/kpathsea/configure.ac
parent5171fa05ebaf022ddbb0783e9b4874c5f587e6fe (diff)
Revert r33105: Avoid Cygwin system getopt() - incompatible with GNU version
git-svn-id: svn://tug.org/texlive/trunk@33246 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, 0 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac
index 3f0372b424e..7a8929756aa 100644
--- a/Build/source/texk/kpathsea/configure.ac
+++ b/Build/source/texk/kpathsea/configure.ac
@@ -60,10 +60,6 @@ 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"])