From 4c0ea60f3eaaae9f7a36af787b8d51e52e0b6787 Mon Sep 17 00:00:00 2001 From: cantor Date: Thu, 25 Mar 2004 22:55:01 +0000 Subject: [PATCH] Removed TCP shar option from script git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@904 cb58f699-b61c-0410-a6fe-9272a202ed29 --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index 17f5cc7..354b14c 100644 --- a/configure.ac +++ b/configure.ac @@ -49,20 +49,6 @@ fi # Test RPC now -- deal with it later ACX_RPCTEST([rpctest="yes"],[rpctest="no"]) -# Determine whether to use TCP for the shar socket -AC_ARG_ENABLE([tcp], - AC_HELP_STRING([--enable-tcp], [enable the SHAR to use a TCP socket on Unix]), - [tcp_enabled=$enableval], [tcp_enabled=default]) - -if test "x$tcp_enabled" = "x" ; then - tcp_enabled=yes -fi - -if test "$tcp_enabled" = "yes" ; then - CFLAGS="$CFLAGS -DWANT_TCP_SHAR" - CXXFLAGS="$CXXFLAGS -DWANT_TCP_SHAR" -fi - AC_ARG_WITH(dmalloc, AC_HELP_STRING([--with-dmalloc=PATH], [where dmalloc is installed]), [if test x_$with_dmalloc != x_/usr; then -- 2.1.4