From 8d733f4e95e91992a40748fd864435a82ad79c33 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 4 Mar 2013 11:27:54 +0000 Subject: [PATCH] --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cc4a353c0..f02d42c63 100755 --- a/configure.ac +++ b/configure.ac @@ -1979,7 +1979,7 @@ dnl =========================================================================== # or -framework Ghostscript AC_ARG_WITH([gslib], - [AC_HELP_STRING([--without-gslib], + [AC_HELP_STRING([--with-gslib], [enable Ghostscript library support])], [with_gslib=$withval], [with_gslib='no']) @@ -2063,7 +2063,7 @@ dnl =========================================================================== # AC_ARG_WITH(gvc, [AC_HELP_STRING([--with-gvc], - [disable GVC support])], + [enable GVC support])], [with_gvc=$withval], [with_gvc='no']) -- 2.50.1