Skip to content
Snippets Groups Projects
Commit 545a9743 authored by James David Berry's avatar James David Berry
Browse files

regenerate

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@408983 13f79535-47bb-0310-9956-ffa450edef68
parent 7eca29bc
No related branches found
No related tags found
No related merge requests found
......@@ -25031,7 +25031,7 @@ else
if test x"$with_icu" != x"no"; then
search_list="$with_icu /usr/local /usr"
for i in $search_list; do
if test -x $i/bin/genrb -a -r $i/include/unicode/ucnv.h; then
if test -r $i/include/unicode/ucnv.h; then
xerces_cv_icu_prefix=$i
break
fi
......@@ -25934,7 +25934,7 @@ fi
echo "$as_me:$LINENO: checking whether we support the ICU MsgLoader" >&5
echo $ECHO_N "checking whether we support the ICU MsgLoader... $ECHO_C" >&6
list_add=
if test x"$xerces_cv_icu_prefix" != x; then
if test x"$xerces_cv_icu_prefix" != x -a -x $xerces_cv_icu_prefix/bin/genrb; then
 
# Check whether --enable-msgloader-icu or --disable-msgloader-icu was given.
if test "${enable_msgloader_icu+set}" = set; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment