From: Stephen C North Date: Sun, 13 Dec 2015 03:56:56 +0000 (-0500) Subject: libtool needs -tag=CC X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79aa7d77ef433d66c0142168d2817b4c7014d263;p=graphviz libtool needs -tag=CC --- diff --git a/plugin/quartz/Makefile.am b/plugin/quartz/Makefile.am index befb718d2..a1dd12265 100644 --- a/plugin/quartz/Makefile.am +++ b/plugin/quartz/Makefile.am @@ -39,4 +39,5 @@ endif if WITH_DARWIN9 libgvplugin_quartz_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_quartz_LTX_library +AM_LIBTOOLSFLAGS = --tag=CC endif