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 4E5C91173A for ; Fri, 12 Sep 2014 13:01:49 +0000 (UTC) Received: (qmail 79921 invoked by uid 500); 12 Sep 2014 13:01:49 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 79907 invoked by uid 500); 12 Sep 2014 13:01:49 -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 79897 invoked by uid 99); 12 Sep 2014 13:01:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 13:01:48 +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, 12 Sep 2014 13:01:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BFA1B23888A6; Fri, 12 Sep 2014 13:01:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1624532 - /subversion/trunk/configure.ac Date: Fri, 12 Sep 2014 13:01:24 -0000 To: commits@subversion.apache.org From: philip@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140912130124.BFA1B23888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: philip Date: Fri Sep 12 13:01:24 2014 New Revision: 1624532 URL: http://svn.apache.org/r1624532 Log: * configure.ac: Remove SVN_AVOID_CIRCULAR_LINKAGE_AT_ALL_COSTS_HACK, a followup to r1506554. Modified: subversion/trunk/configure.ac Modified: subversion/trunk/configure.ac URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1624532&r1=1624531&r2=1624532&view=diff ============================================================================== --- subversion/trunk/configure.ac (original) +++ subversion/trunk/configure.ac Fri Sep 12 13:01:24 2014 @@ -319,18 +319,6 @@ case $host in esac AC_SUBST(LT_NO_UNDEFINED) -AC_MSG_CHECKING([whether to avoid circular linkage at all costs]) -case $host in - *-*-cygwin*) - AC_MSG_RESULT([yes]) - AC_DEFINE([SVN_AVOID_CIRCULAR_LINKAGE_AT_ALL_COSTS_HACK], 1, - [Define if circular linkage is not possible on this platform.]) - ;; - *) - AC_MSG_RESULT([no]) - ;; -esac - dnl Check for trang. trang=yes AC_ARG_WITH(trang,