From: ellson Date: Mon, 21 Jan 2008 01:27:11 +0000 (+0000) Subject: correct typo X-Git-Tag: LAST_LIBGRAPH~32^2~4857 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e11af59183b843359ea81d3f6a9adbb4fd8436e2;p=graphviz correct typo --- diff --git a/configure.ac b/configure.ac index f931e78bc..09204a0df 100644 --- a/configure.ac +++ b/configure.ac @@ -1829,8 +1829,8 @@ if test "x$with_quartz" = "xyes"; then if test -d "/System/Library/Frameworks/ApplicationServices.framework"; then HAVE_QUARTZ=1 AC_DEFINE_UNQUOTED(HAVE_QUARTZ,1,[Define if you have the quartz library for SWF support]) -QUARTZ_CFLAGS = '-I/usr/include/quartz' -QUARTZ_CFLAGS = '-L/usr/lib -lquartz' +QUARTZ_CFLAGS='-I/usr/include/quartz' +QUARTZ_LIBS='-L/usr/lib -lquartz' fi fi