From 963cb8f6b5f1e6653d1f2ce41372458db424d97b Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Fri, 20 May 2005 18:57:11 +0000
Subject: finally fix socklen_t problem

---
 acinclude.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index c6b2b26..3636967 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -566,8 +566,8 @@ else
     echo "@%:@endif/" >>_script
     # no! these are things like socklen_t, const, vfork
     # echo "s/@%:@def[]ine  *\\(@<:@m4_cr_letters@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_LOW""_\\1 \\" >> _script
-    echo "@%:@define $_LOW""_\\1 \\2 \\" >> _script
-    echo "@%:@endif/" >> _script
+    # echo "@%:@define $_LOW""_\\1 \\2 \\" >> _script
+    # echo "@%:@endif/" >> _script
     # now executing _script on _DEF input to create _OUT output file
     echo "@%:@ifndef $_DEF"      >$tmp/pconfig.h
     echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h
-- 
cgit v1.2.3

