We'll have to link to libstdc++ if linking to ICU, so disable test for now
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 20 Dec 2009 13:56:25 +0000 (14:56 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 20 Dec 2009 13:56:25 +0000 (14:56 +0100)
We have to get rid of the ICU in main lib.  Still thinking about best way
to do it.

src/Makefile.am

index 34af84f..ca6dc4d 100644 (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