You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/06/18 10:24:09 UTC

svn commit: r785948 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Thu Jun 18 08:24:08 2009
New Revision: 785948

URL: http://svn.apache.org/viewvc?rev=785948&view=rev
Log:
Tab police. No functional change

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=785948&r1=785947&r2=785948&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Thu Jun 18 08:24:08 2009
@@ -374,12 +374,12 @@
     windows-cl   )
         varadds ccflags "-D_X86_=1"
         varadds shflags "/MACHINE:X86"
-		as="ml.exe"
+        as="ml.exe"
         ;;
     windows64-cl )
         varadds ccflags "-DWIN64 -D_WIN64 -D_AMD64_=1"
         varadds shflags "/MACHINE:AMD64"
-		as="ml64.exe"
+        as="ml64.exe"
         ;;
     *64-*        )
         varadds ccflags "-m64"
@@ -556,8 +556,8 @@
     printf "Checking for %-32s" "$1" 1>&2
     rc=`have_function_body $1 $2`
     if [ $rc = 0 ]; then
-	    rc=`have_function_body __$1 $2`
-	fi
+        rc=`have_function_body __$1 $2`
+    fi
     if [ $rc = 1 ]; then
         echo ok 1>&2
     else
@@ -631,11 +631,11 @@
 have_long_double=1
 sizeof_long_long=`test_csizeof 'long long'`
 if [ ".$sizeof_long_long" = ".0" ]; then
-	have_long_long=0
+    have_long_long=0
 fi
 sizeof_long_double=`test_csizeof 'long double'`
 if [ ".$sizeof_long_double" = ".0" ]; then
-	have_long_double=0
+    have_long_double=0
 fi
 
 if [ ".$host" = ".windows" ]; then
@@ -650,10 +650,10 @@
     have_fileextd=0
     have_ktmw32=0
     have_off64t=1
-	sizeof_off64t=`test_csizeof off64_t`
-	if [ ".$sizeof_off64t" = ".0" ]; then
-		have_off64t=0
-	fi
+    sizeof_off64t=`test_csizeof off64_t`
+    if [ ".$sizeof_off64t" = ".0" ]; then
+        have_off64t=0
+    fi
     have_aio=`have_include aio`
     have_libaio=`have_include libaio`
     have_windows=0
@@ -720,7 +720,7 @@
 #define HAVE_ACCEPT4          `have_function accept4`
 #define HAVE_DUP3             `have_function dup3`
 #define HAVE_EPOLL_CREATE1    `have_function epoll_create1`
-#define HAVE_SIGSETJMP    	  `have_function sigsetjmp`
+#define HAVE_SIGSETJMP        `have_function sigsetjmp`
 #define HAVE_SOCK_CLOEXEC     `have_sock_cloexec`
 #define HAVE_OFF64_T          $have_off64t
 #define HAVE_LONG_LONG        $have_long_long