From 24aeba95b255427ce14712713a7bccd1b04c2845 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 26 Jun 2012 12:22:26 +0000 Subject: [PATCH] --- config/delegates.xml.in | 1 + configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/delegates.xml.in b/config/delegates.xml.in index cdd6e04b4..247b6e1ee 100644 --- a/config/delegates.xml.in +++ b/config/delegates.xml.in @@ -75,6 +75,7 @@ + diff --git a/configure.ac b/configure.ac index 566fd7c39..31613964e 100755 --- a/configure.ac +++ b/configure.ac @@ -2031,10 +2031,10 @@ dnl =========================================================================== # Check for GVC delegate library. # AC_ARG_WITH(gvc, - [AC_HELP_STRING([--without-gvc], + [AC_HELP_STRING([--with-gvc], [disable GVC support])], [with_gvc=$withval], - [with_gvc='yes']) + [with_gvc='no']) if test "$with_gvc" != 'yes'; then DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-gvc=$with_gvc " -- 2.40.0