From 32234df901b4fca4fc13919cc4d367232c04e853 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 10 Aug 2013 19:08:58 +0000 Subject: [PATCH] --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5a061b877..2fa60c722 100755 --- a/configure.ac +++ b/configure.ac @@ -2010,10 +2010,10 @@ dnl =========================================================================== # Check for FITZ delegate library. # AC_ARG_WITH(fitz, - [AC_HELP_STRING([--without-fitz], - [disable FITZ support])], + [AC_HELP_STRING([--with-fitz], + [enable FITZ support])], [with_fitz=$withval], - [with_fitz='yes']) + [with_fitz='no']) if test "$with_fitz" != 'yes'; then DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-fitz=$with_fitz " -- 2.40.0