Author: breser
Date: Fri Dec 6 20:22:10 2013
New Revision: 1548714
URL: http://svn.apache.org/r1548714
Log:
Remove unused --with-openssl configure option, Issue #4456.
This hasn't had a use since 1.7.0 when we removed the ability to build
neon in-tree.
* configure.ac
(): Remove definition of --with-openssl.
Modified:
subversion/trunk/configure.ac
Modified: subversion/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1548714&r1=1548713&r2=1548714&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Fri Dec 6 20:22:10 2013
@@ -937,16 +937,6 @@ AC_CHECK_HEADER(termios.h,[
dnl Process some configuration options ----------
-AC_ARG_WITH(openssl,
-AS_HELP_STRING([--with-openssl],
- [This option does NOT affect the Subversion build process in any
- way. It tells an integrated Serf HTTP client library build
- process where to locate the OpenSSL library when (and only
when)
- building Serf as an integrated part of the Subversion build
- process. When linking to a previously installed version of Serf
- instead, you do not need to use this option.]),
-[])
-
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],
[Turn on debugging]),