# HG changeset patch # User Kenichi Handa # Date 1115813820 0 # Node ID 2502e55a35709d3e65f13230c8fc044b269088eb # Parent 60394801794ef8f5f290521fca4008441e15aa8a Re-generated. diff -r 60394801794e -r 2502e55a3570 configure --- a/configure Wed May 11 12:16:42 2005 +0000 +++ b/configure Wed May 11 12:17:00 2005 +0000 @@ -23343,6 +23343,9 @@ sed -e '1,/start of cpp stuff/d'\ -e 's,/\*\*/#\(.*\)$,/* \1 */,' \ < Makefile.c > junk.c + if test -f ${srcdir}/admin/unidata/UnicodeData.txt; then + CPPFLAGS="$CPPFLAGS -DHAVE_UNIDATA" + fi $CPP $undefs -I. -I$srcdir/src $CPPFLAGS junk.c | \ sed -e 's/^ / /' -e '/^#/d' -e '/^[ ]*$/d' > junk2.c cat junk1.c junk2.c > Makefile.new