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/configure.in')
-rwxr-xr-xwinsup/configure.in17
1 files changed, 3 insertions, 14 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 62a27d90f..5d18917a6 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -1,5 +1,6 @@
dnl Autoconf configure script for Cygwin.
-dnl Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
+dnl Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006,
+dnl 2009 Red Hat, Inc.
dnl
dnl This file is part of Cygwin.
dnl
@@ -24,15 +25,6 @@ LIB_AC_PROG_CXX
AC_LANG_C
-use_cygserver='yes'
-AC_ARG_ENABLE(server,
-[ --enable-server Build a cygwin DLL which can communicate with cygserver],
-[case "${enableval}" in
-yes) ;;
-no) use_cygserver=;;
-esac
-])
-
INSTALL_LICENSE=
case "$target" in
@@ -66,10 +58,7 @@ case "$with_cross_host" in
if test -d $srcdir/lsaauth; then
AC_CONFIG_SUBDIRS(lsaauth)
fi
- if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
- AC_CONFIG_SUBDIRS(cygserver)
- fi
- AC_CONFIG_SUBDIRS(utils doc)
+ AC_CONFIG_SUBDIRS(cygserver utils doc)
;;
esac