From e11af59183b843359ea81d3f6a9adbb4fd8436e2 Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 21 Jan 2008 01:27:11 +0000 Subject: [PATCH] correct typo --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1