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:
authorChristopher Faylor <me@cgf.cx>2003-11-20 22:31:52 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-20 22:31:52 +0300
commitd012506e3c078e5972e2d5ba8add97facda58e53 (patch)
treefd30946a78d67cc3a98410a1215a3d4848458f16 /winsup/configure
parent7ee825862056bc6303434203a32f7a936afd13d9 (diff)
* configure.in: Make --use-server the default.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-xwinsup/configure12
1 files changed, 4 insertions, 8 deletions
diff --git a/winsup/configure b/winsup/configure
index 1b4587109..5dee7e399 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -918,17 +918,13 @@ fi
CXXFLAGS='$(CFLAGS)'
-use_cygserver=''
+use_cygserver='yes'
# Check whether --enable-server or --disable-server was given.
if test "${enable_server+set}" = set; then
enableval="$enable_server"
case "${enableval}" in
-yes) cat >> confdefs.h <<\EOF
-#define USE_CYGSERVE 1
-EOF
-
- use_cygserver=1 ;;
-no) ;;
+yes) ;;
+no) use_cygserver=;;
esac
fi
@@ -951,7 +947,7 @@ subdirs="$SUBDIRS"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:955: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:951: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6