[or-cvs] fix some punctuation and tabs

arma at seul.org arma at seul.org
Mon Mar 13 18:09:32 UTC 2006


Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor

Modified Files:
	configure.in 
Log Message:
fix some punctuation and tabs


Index: configure.in
===================================================================
RCS file: /home2/or/cvsroot/tor/configure.in,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -p -d -r1.272 -r1.273
--- configure.in	13 Mar 2006 06:40:37 -0000	1.272
+++ configure.in	13 Mar 2006 18:09:30 -0000	1.273
@@ -183,7 +183,7 @@ AC_CACHE_CHECK([whether we need extra op
                 libevent_runs=yes, libevent_runs=no)
       if test $libevent_runs = yes ; then
         if test -z "$le_extra" ; then
-	  ac_cv_libevent_linker_option='(none)'
+          ac_cv_libevent_linker_option='(none)'
         else
           ac_cv_libevent_linker_option=$le_extra
         fi
@@ -299,7 +299,7 @@ return (OPENSSL_VERSION_NUMBER == SSLeay
         right_version=yes, right_version=no)
         if test "$right_version" = yes; then
           if test -z "$ssl_extra" ; then
-  	    ac_cv_openssl_linker_option='(none)'
+            ac_cv_openssl_linker_option='(none)'
           else
             ac_cv_openssl_linker_option=$ssl_extra
           fi
@@ -313,11 +313,11 @@ return (OPENSSL_VERSION_NUMBER == SSLeay
         AC_MSG_ERROR([Found linkable OpenSSL in $ac_cv_openssl_dir, but it doesn't run, even with -R.  Maybe specify another using --with-ssl-dir?])
       else
         if test -z "$linked_with" ; then
-	    ac_cv_openssl_linker_option='(none)'
+            ac_cv_openssl_linker_option='(none)'
         else
             ac_cv_openssl_linker_option=$linked_with
         fi
-        AC_MSG_WARN([I managed to make OpenSSL link and run, but I couldn't make it link against with the same version I found header files for..])
+        AC_MSG_WARN([I managed to make OpenSSL link and run, but I couldn't make it link against with the same version I found header files for.])
       fi
     fi
     LDFLAGS="$saved_LDFLAGS"



More information about the tor-commits mailing list