repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 795802f2b0c4a82fb499e101da055a55a202e1fb:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 795802f2b0c4a82fb499e101da055a55a202e1fb
Author: Alexander Barton 
Date:   Sat Mar 19 14:09:32 2005 +0000

    Removed indentation of preprocessor statements in test for socklen_t.

diff --git a/configure.in b/configure.in
index cbd9fec290b035378330ba7f4f2bc967633107d9..
index ..2dbaad7e283d0da94a6cc946f5efbdf5b0d85176 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.104 2004/12/26 00:14:33 alex Exp $
+# $Id: configure.in,v 1.105 2005/03/19 14:09:32 alex Exp $
 #

 # -- Initialisation --
@@ -91,8 +91,8 @@ AC_CHECK_HEADERS([arpa/inet.h ctype.h malloc.h stdint.h varargs.h])

 AC_MSG_CHECKING(whether socklen_t exists)
 AC_TRY_COMPILE([
-	#include 
-	#include 
+#include 
+#include 
 	],[
 	socklen_t a, b;
 	a = 2; b = 4; a += b;

-----END OF PAGE-----