diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-11-07 16:32:08 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-11-07 16:32:08 +0000 |
commit | 5b31f27f6def8848c4ec934c63b7ecb19031a915 (patch) | |
tree | 93e158ba48a6d5267e1f303ddac979f5a812fc96 /winsup/configure.in | |
parent | 4d586ac09efc23fd8359496c3017de6a7a4d5c67 (diff) | |
download | cygnal-5b31f27f6def8848c4ec934c63b7ecb19031a915.tar.gz cygnal-5b31f27f6def8848c4ec934c63b7ecb19031a915.tar.bz2 cygnal-5b31f27f6def8848c4ec934c63b7ecb19031a915.zip |
winsup:
* Makefile.common (zlib_source): Remove.
(zlib_build): Remove.
(bz2lib_source): Remove.
(bz2lib_build): Remove.
(w32api_source): Remove.
(w32api_build): Remove.
(w32api_lib): Remove.
(mingw_build): Remove.
(mingw_source): Remove.
($(w32api_lib)/%.a): Remove rule.
* Makefile.in (ZLIB): Remove.
($(SUBDIRS)): Drop mingw check.
(mingw): Remove rule.
(install_mingw): Ditto.
* configure.in: Remove support for mingw as build target.
* configure: Regenerate.
utils:
* Makefile.in ($(MINGW_BINS)): Drop -B$(mingw_build)/ from build
expression.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-x | winsup/configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/configure.in b/winsup/configure.in index a1625d514..293f84a4f 100755 --- a/winsup/configure.in +++ b/winsup/configure.in @@ -35,15 +35,6 @@ case "$target" in AC_CONFIG_SUBDIRS(cygwin cygserver lsaauth utils doc) INSTALL_LICENSE="install-license" ;; - *mingw*) - if ! test -d $srcdir/mingw; then - AC_MSG_ERROR("No mingw dir. Can't build Mingw. Exiting...") - fi - AC_CONFIG_SUBDIRS(mingw) - if test -d $srcdir/w32api; then - AC_CONFIG_SUBDIRS(w32api) - fi - ;; esac AC_SUBST(INSTALL_LICENSE) |