1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Some GNU (and GNU-style) programs assume that the presence of the

restartable multibyte/wide character functions (mbsrtowcs(),
wcsrtombs()) means that all of the other ISO C90 Amd.1 wide character
functions exist. The restartable mb/wc functions were added recently
and do not exist in -stable.

Making blind assumptions like this defeats the purpose of using
autoconf at all..

Submitted by:	tjr
This commit is contained in:
Josef Karthauser 2002-09-15 21:54:12 +00:00
parent ec25ae9a13
commit 0a41bbf3f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66381

View File

@ -0,0 +1,20 @@
--- configure.orig Sat Sep 14 13:56:38 2002
+++ configure Sat Sep 14 13:59:07 2002
@@ -4864,6 +4864,8 @@
fi
+if false; then # begin <wchar.h>-disabling hack
+
echo "$as_me:$LINENO: checking for towupper" >&5
echo $ECHO_N "checking for towupper... $ECHO_C" >&6
if test "${ac_cv_func_towupper+set}" = set; then
@@ -4934,6 +4936,8 @@
_ACEOF
fi
+
+fi # end <wchar.h>-disabling hack
echo "$as_me:$LINENO: checking for gettext" >&5
echo $ECHO_N "checking for gettext... $ECHO_C" >&6