]> granicus.if.org Git - graphviz/commitdiff
correct typo
authorellson <devnull@localhost>
Mon, 21 Jan 2008 01:27:11 +0000 (01:27 +0000)
committerellson <devnull@localhost>
Mon, 21 Jan 2008 01:27:11 +0000 (01:27 +0000)
configure.ac

index f931e78bc7bf4f96c13a7e65133b9381f0c074c5..09204a0df79e0dc342447614a4fad8ec04c058e4 100644 (file)
@@ -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