From b8a53e44ce05911ce98b7cff34dee165e19d87ba Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 20 Dec 2009 14:56:25 +0100 Subject: [PATCH] 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. --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 34af84fd..ca6dc4dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- GitLab