Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r--winsup/cygwin/configure.in13
1 files changed, 2 insertions, 11 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in
index 06124e90f..fcd4f8f7f 100644
--- a/winsup/cygwin/configure.in
+++ b/winsup/cygwin/configure.in
@@ -1,5 +1,6 @@
dnl Autoconf configure script for Cygwin.
-dnl Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003 Red Hat, Inc.
+dnl Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+dnl 2008, 2009 Red Hat, Inc.
dnl
dnl This file is part of Cygwin.
dnl
@@ -33,8 +34,6 @@ case "$with_cross_host" in
;;
esac
-test -n "$LIBSERVER" && AC_DEFINE(USE_SERVER)
-
AC_SUBST(all_host)
AC_SUBST(install_host)
@@ -77,14 +76,6 @@ no) ;;
esac
])
-AC_ARG_ENABLE(server,
-[ --enable-server Build a cygwin DLL which can communicate with cygserver],
-[case "${enableval}" in
-yes) ;;
-no) LIBSERVER=;;
-esac
-])
-
MALLOC_OFILES=malloc.o
dnl The only time we might want to transform the install names