]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove tabs from configure.in
authorSebastian Hahn <sebastian@torproject.org>
Thu, 22 Dec 2011 15:52:31 +0000 (16:52 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 28 Dec 2011 21:34:16 +0000 (16:34 -0500)
configure.in

index c3d53f79b6134a242fe27b714e3f301247065955..c167b8d40d4b117d8e77aea0b3be715ef37f968e 100644 (file)
@@ -295,22 +295,22 @@ dnl Check for functions before libevent, since libevent-1.2 apparently
 dnl exports strlcpy without defining it in a header.
 
 AC_CHECK_FUNCS(
-       accept4 \
-       clock_gettime \
+        accept4 \
+        clock_gettime \
         flock \
         ftime \
         getaddrinfo \
-       getifaddrs \
+        getifaddrs \
         getrlimit \
         gettimeofday \
         gmtime_r \
         inet_aton \
-       ioctl \
+        ioctl \
         localtime_r \
-       lround \
+        lround \
         memmem \
         prctl \
-       rint \
+        rint \
         socketpair \
         strlcat \
         strlcpy \
@@ -626,7 +626,7 @@ dnl These headers are not essential
 AC_CHECK_HEADERS(
         arpa/inet.h \
         grp.h \
-       ifaddrs.h \
+        ifaddrs.h \
         inttypes.h \
         limits.h \
         linux/types.h \
@@ -635,7 +635,7 @@ AC_CHECK_HEADERS(
         malloc/malloc.h \
         malloc_np.h \
         netdb.h \
-       net/if.h \
+        net/if.h \
         netinet/in.h \
         netinet/in6.h \
         pwd.h \