Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B779E069 for ; Fri, 22 Feb 2013 13:11:54 +0000 (UTC) Received: (qmail 48838 invoked by uid 500); 22 Feb 2013 13:11:54 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 47791 invoked by uid 500); 22 Feb 2013 13:11:50 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 47755 invoked by uid 99); 22 Feb 2013 13:11:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 13:11:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 13:11:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ABC602388A6E; Fri, 22 Feb 2013 13:11:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1449023 - in /subversion/trunk: Makefile.in build/ac-macros/gssapi.m4 configure.ac Date: Fri, 22 Feb 2013 13:11:28 -0000 To: commits@subversion.apache.org From: philip@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130222131128.ABC602388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: philip Date: Fri Feb 22 13:11:28 2013 New Revision: 1449023 URL: http://svn.apache.org/r1449023 Log: Remove obsolete configure options: --with-ssl, which was used by in-tree neon builds, and --with-gssapi, which was used when GSSAPI support was in ra_serf rather than serf itself. * configure.ac: Remove --with-ssl and --with-gssapi. * build/ac-macros/gssapi.m4: Remove. * Makefile.in: Remove SVN_GSSAPI_LIBS, SVN_GSSAPI_INCLUDES, INSTALL_GSSAPI_LIB. Removed: subversion/trunk/build/ac-macros/gssapi.m4 Modified: subversion/trunk/Makefile.in subversion/trunk/configure.ac Modified: subversion/trunk/Makefile.in URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1449023&r1=1449022&r2=1449023&view=diff ============================================================================== --- subversion/trunk/Makefile.in (original) +++ subversion/trunk/Makefile.in Fri Feb 22 13:11:28 2013 @@ -48,7 +48,6 @@ SVN_APR_MEMCACHE_LIBS = @SVN_APR_MEMCACH SVN_DB_LIBS = @SVN_DB_LIBS@ SVN_GPG_AGENT_LIBS = @SVN_GPG_AGENT_LIBS@ SVN_GNOME_KEYRING_LIBS = @SVN_GNOME_KEYRING_LIBS@ -SVN_GSSAPI_LIBS = @SVN_GSSAPI_LIBS@ SVN_KWALLET_LIBS = @SVN_KWALLET_LIBS@ SVN_MAGIC_LIBS = @SVN_MAGIC_LIBS@ SVN_SASL_LIBS = @SVN_SASL_LIBS@ @@ -126,7 +125,7 @@ LT_CXX_LIBADD = @LT_CXX_LIBADD@ INCLUDES = -I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion \ @SVN_APR_INCLUDES@ @SVN_APRUTIL_INCLUDES@ @SVN_APR_MEMCACHE_INCLUDES@ \ - @SVN_DB_INCLUDES@ @SVN_GNOME_KEYRING_INCLUDES@ @SVN_GSSAPI_INCLUDES@ \ + @SVN_DB_INCLUDES@ @SVN_GNOME_KEYRING_INCLUDES@ \ @SVN_KWALLET_INCLUDES@ @SVN_MAGIC_INCLUDES@ \ @SVN_SASL_INCLUDES@ @SVN_SERF_INCLUDES@ @SVN_SQLITE_INCLUDES@ \ @SVN_XML_INCLUDES@ @SVN_ZLIB_INCLUDES@ @@ -249,7 +248,6 @@ INSTALL_APR_MEMCACHE_LIB = $(INSTALL_LIB INSTALL_BDB_LIB = $(INSTALL_LIB) INSTALL_GPG_AGENT_LIB = $(INSTALL_LIB) INSTALL_GNOME_KEYRING_LIB = $(INSTALL_LIB) -INSTALL_GSSAPI_LIB = $(INSTALL_LIB) INSTALL_KWALLET_LIB = $(INSTALL_LIB) INSTALL_SERF_LIB = $(INSTALL_LIB) INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) Modified: subversion/trunk/configure.ac URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1449023&r1=1449022&r2=1449023&view=diff ============================================================================== --- subversion/trunk/configure.ac (original) +++ subversion/trunk/configure.ac Fri Feb 22 13:11:28 2013 @@ -132,14 +132,6 @@ if test "$svn_lib_serf" = "yes"; then [Defined if support for Serf is enabled]) fi -dnl Search for GSSAPI -SVN_LIB_RA_SERF_GSSAPI - -if test "$svn_lib_gssapi" = "yes"; then - AC_DEFINE([SVN_RA_SERF_HAVE_GSSAPI], 1, - [Defined if support for GSSAPI is enabled]) -fi - dnl Search for apr_memcache (only affects fs_fs) SVN_LIB_APR_MEMCACHE @@ -892,20 +884,6 @@ AC_CHECK_HEADER(termios.h,[ dnl Process some configuration options ---------- -AC_ARG_WITH(ssl, -AS_HELP_STRING([--with-ssl], - [This option does NOT affect the Subversion build process in any - way. It enables OpenSSL support in the Neon HTTP client - library. If and only if you are building Neon as an integrated - part of the Subversion build process, rather than linking to - an already installed version of Neon, you probably want to pass - this option so that Neon (and so indirectly, Subversion) will - be capable of https:// access via that library. (Note that - Subversion may also or alternatively be configured to use - the Serf library for http:// and https:// access; see the - --with-serf and --with-openssl options.)]), -[]) - AC_ARG_WITH(openssl, AS_HELP_STRING([--with-openssl], [This option does NOT affect the Subversion build process in any