1751fde39a
to <stdarg.h>. Unfortunately, it fails to build with gcc 3.3, so hack configure to not test for the presence of <varargs.h>.
11 lines
259 B
Text
11 lines
259 B
Text
--- configure.orig Fri Jul 18 08:47:31 2003
|
|
+++ configure Fri Jul 18 08:48:20 2003
|
|
@@ -3247,7 +3247,7 @@
|
|
fi
|
|
done
|
|
|
|
-for ac_hdr in varargs.h
|
|
+for ac_hdr in
|
|
do
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|