You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/12/06 13:07:14 UTC

svn commit: r601714 - /harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml

Author: varlax
Date: Thu Dec  6 04:07:11 2007
New Revision: 601714

URL: http://svn.apache.org/viewvc?rev=601714&view=rev
Log:
Fixed continual apr-configure invokation on linux (was typo in property name)

Modified:
    harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml?rev=601714&r1=601713&r2=601714&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/extra/apr.xml Thu Dec  6 04:07:11 2007
@@ -55,7 +55,7 @@
         </condition>
     </target>
 
-    <target name="apr-configure" depends="-setup,-get-src" unless="apr-config-available" if="is.unix">
+    <target name="apr-configure" depends="-setup,-get-src" unless="is.apr.configured" if="is.unix">
             <exec executable="sh" dir="${src}">
                 <arg value="./configure" />
             </exec>