Forgot to regenerate configure and update config.h.in.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31739 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Bidigaray 2010-12-16 02:10:38 +00:00
parent b16f679be6
commit 50a82a2281
2 changed files with 4 additions and 1 deletions

View file

@ -621,6 +621,9 @@
/* Define to 1 if you have the <unicode/uregex.h> header file. */
#undef HAVE_UNICODE_UREGEX_H
/* Define to 1 if you have the <unicode/ucal.h> header file. */
#undef HAVE_UNICODE_UCAL_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

2
configure vendored
View file

@ -10456,7 +10456,7 @@ $as_echo "$ICU_LIBS" >&6; }
if test "$have_icu" = "yes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
for ac_header in unicode/uloc.h unicode/ulocdata.h unicode/ucurr.h unicode/uregex.h
for ac_header in unicode/uloc.h unicode/ulocdata.h unicode/ucurr.h unicode/uregex.h unicode/ucal.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"