You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2011/05/20 19:38:25 UTC

svn commit: r1125481 - /apr/apr/branches/1.5.x/configure.in

Author: rjung
Date: Fri May 20 17:38:25 2011
New Revision: 1125481

URL: http://svn.apache.org/viewvc?rev=1125481&view=rev
Log:
Remove dublicate call to AC_CONFIG_MACRO_DIR().
At the time of merge from trunk the line was
already added by another commit.

Modified:
    apr/apr/branches/1.5.x/configure.in

Modified: apr/apr/branches/1.5.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/configure.in?rev=1125481&r1=1125480&r2=1125481&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/configure.in (original)
+++ apr/apr/branches/1.5.x/configure.in Fri May 20 17:38:25 2011
@@ -8,7 +8,6 @@ AC_PREREQ(2.59)
 
 AC_INIT(build/apr_common.m4)
 AC_CONFIG_HEADER(include/arch/unix/apr_private.h)
-AC_CONFIG_MACRO_DIR(build)
 AC_CONFIG_AUX_DIR(build)
 AC_CONFIG_MACRO_DIR(build)