From 6936706cd77f96961a1239d0c9dc8ede64d7f06d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 12 Aug 2009 19:45:50 -0400 Subject: [PATCH] =?utf8?q?Bug=20591413=20=E2=80=93=20needs=20to=20link=20w?= =?utf8?q?ith=20libstdc++?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enforce -fno-exceptions better. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6c41d9e..ee9bd14 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ NULL = # The following warning options are useful for debugging: -Wpadded -Wcast-align -AM_CXXFLAGS = -fno-rtti -fno-exceptions +#AM_CXXFLAGS = noinst_LTLIBRARIES = libharfbuzz.la -- 2.7.4