From 02f28550d785671cf92fd4239c5f913f7e71585f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 21 May 2010 14:37:28 +0100 Subject: [PATCH] Graphite also forces us to link to libstdc++ currently --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0ed02e1..98ef6f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,7 +117,10 @@ TESTS = \ if HAVE_ICU else +if HAVE_GRAPHITE +else TESTS += check-libstdc++.sh endif +endif -include $(top_srcdir)/git.mk -- 2.7.4