[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Mar 26 22:10:40 UTC 2018


 src/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 19ec366fb12afe5fce23239bbeb61e67d732a169
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Mar 26 15:09:54 2018 -0700

    Fix previous commit
    
    Automake has this stupid behavior where if your Makefile.am has
    syntactic error, it can get to a state that make succeeds but just
    ignores broken Makefile.am.  Ouch.

diff --git a/src/Makefile.am b/src/Makefile.am
index ee4b31bc..af7a4bdd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,7 +33,6 @@ HBHEADERS = $(HB_BASE_headers)
 # We don't use these features, so it's safe to disable them
 # even in the cases where we DO link to libstdc++.
 AM_CXXFLAGS = -fno-exceptions -fno-threadsafe-statics -fno-rtti
-endif
 
 if HAVE_OT
 HBSOURCES += $(HB_OT_sources)


More information about the HarfBuzz mailing list