head	1.3;
access;
symbols
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.01.05.20.36.29;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2007.03.04.09.53.09;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.11.04.09.47;	author knu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@--- configure.orig	Sun Mar  4 10:17:16 2007
+++ configure	Sun Mar  4 10:17:29 2007
@@@@ -7725,7 +7725,7 @@@@
 for ac_header in fcntl.h limits.h locale.h libintl.h mcheck.h \
 	netdb.h netinet/in.h  signum.h stdarg.h string.h \
 	sys/param.h sys/socket.h sys/time.h unistd.h \
-	termios.h stropts.h wchar.h wctype.h
+	termios.h stropts.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
@


1.2
log
@Update to 3.1.5
@
text
@@


1.1
log
@On recent 5-CURRENT, stop configure from detecting wchar support,
since gawk fails to build with wchar/mbstring support due to lack of
wcscoll().

Approved by:	dd (MAINTAINER)
@
text
@d1 4
a4 4
--- configure.orig	Mon Apr 29 23:36:47 2002
+++ configure	Wed Sep 11 02:22:41 2002
@@@@ -4789,7 +4789,7 @@@@
 for ac_hdr in fcntl.h limits.h locale.h libintl.h mcheck.h \
d7 2
a8 2
-	wchar.h wctype.h
+
d10 2
a11 2
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@

