You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/11/14 01:18:28 UTC

svn commit: r836077 - /apr/apr/branches/1.4.x/configure.in

Author: wrowe
Date: Sat Nov 14 00:18:28 2009
New Revision: 836077

URL: http://svn.apache.org/viewvc?rev=836077&view=rev
Log:
Fix sequencing for older autoconf/libtool.  Thanks for the report, Jeff.

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

Modified: apr/apr/branches/1.4.x/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/configure.in?rev=836077&r1=836076&r2=836077&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/configure.in (original)
+++ apr/apr/branches/1.4.x/configure.in Sat Nov 14 00:18:28 2009
@@ -196,8 +196,8 @@
     else
     dnl libtoolize requires that the following not be indented
     dnl should become LT_INIT(win32-dll)
-AC_PROG_LIBTOOL
 AC_LIBTOOL_WIN32_DLL
+AC_PROG_LIBTOOL
         # get libtool's setting of shlibpath_var
         eval `grep "^shlibpath_var=[[A-Z_]]*$" $apr_builddir/libtool`
         if test "x$shlibpath_var" = "x"; then