We'll have to link to libstdc++ if linking to ICU, so disable test for now

We have to get rid of the ICU in main lib.  Still thinking about best way
to do it.
This commit is contained in:
Behdad Esfahbod 2009-12-20 14:56:25 +01:00
parent 314905d754
commit b8a53e44ce
1 changed files with 6 additions and 3 deletions

View File

@ -96,8 +96,11 @@ main_SOURCES = main.cc
main_CPPFLAGS = $(HBCFLAGS)
main_LDADD = libharfbuzz.la $(HBLIBS)
TESTS = \
check-libstdc++.sh \
$(NULL)
TESTS =
if HAVE_ICU
else
TESTS += check-libstdc++.sh
endif
-include $(top_srcdir)/git.mk