You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2006/05/23 21:01:00 UTC

svn commit: r408983 - /xerces/c/trunk/configure

Author: jberry
Date: Tue May 23 12:01:00 2006
New Revision: 408983

URL: http://svn.apache.org/viewvc?rev=408983&view=rev
Log:
regenerate

Modified:
    xerces/c/trunk/configure

Modified: xerces/c/trunk/configure
URL: http://svn.apache.org/viewvc/xerces/c/trunk/configure?rev=408983&r1=408982&r2=408983&view=diff
==============================================================================
--- xerces/c/trunk/configure (original)
+++ xerces/c/trunk/configure Tue May 23 12:01:00 2006
@@ -25031,7 +25031,7 @@
 		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 @@
 	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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org