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 2013/10/03 15:54:35 UTC

svn commit: r1528867 - /apr/apr/trunk/build/apr_hints.m4

Author: rjung
Date: Thu Oct  3 13:54:34 2013
New Revision: 1528867

URL: http://svn.apache.org/r1528867
Log:
Tab to spaces, sync with 1.5.x.

Modified:
    apr/apr/trunk/build/apr_hints.m4

Modified: apr/apr/trunk/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_hints.m4?rev=1528867&r1=1528866&r2=1528867&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Thu Oct  3 13:54:34 2013
@@ -436,12 +436,12 @@ dnl	       # Not a problem in 10.20.  Ot
     *mingw*)
         APR_ADDTO(INTERNAL_CPPFLAGS, -DBINPATH=$apr_builddir/test/.libs)
         APR_ADDTO(CPPFLAGS, [-DWIN32 -D__MSVCRT__])
-	APR_ADDTO(LDFLAGS, [-Wl,--enable-auto-import,--subsystem,console])
-	APR_SETIFNULL(have_unicode_fs, [1])
-	APR_SETIFNULL(have_proc_invoked, [1])
-	APR_SETIFNULL(apr_lock_method, [win32])
-	APR_SETIFNULL(apr_process_lock_is_global, [yes])
-	APR_SETIFNULL(apr_cv_use_lfs64, [yes])
+        APR_ADDTO(LDFLAGS, [-Wl,--enable-auto-import,--subsystem,console])
+        APR_SETIFNULL(have_unicode_fs, [1])
+        APR_SETIFNULL(have_proc_invoked, [1])
+        APR_SETIFNULL(apr_lock_method, [win32])
+        APR_SETIFNULL(apr_process_lock_is_global, [yes])
+        APR_SETIFNULL(apr_cv_use_lfs64, [yes])
         APR_SETIFNULL(apr_cv_osuuid, [yes])
         APR_SETIFNULL(apr_cv_tcp_nodelay_with_cork, [no])
         APR_SETIFNULL(apr_thread_func, [__stdcall])