All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Libtirpc-devel Mailing List <libtirpc-devel@lists.sourceforge.net>
Cc: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
Subject: Re: [PATCH] configure.ac: Remove gssglue configuration knobs
Date: Mon, 09 Dec 2013 15:59:47 -0500	[thread overview]
Message-ID: <52A62F43.5050505@RedHat.com> (raw)
In-Reply-To: <1386619559-31330-1-git-send-email-steved@redhat.com>



On 09/12/13 15:05, Steve Dickson wrote:
> Its really not a good idea for libtirpc to link with
> libgssglue so this patch remove the ability to do that.
> 
> Signed-off-by: Steve Dickson <steved@redhat.com>
> ---
>  configure.ac | 23 ++++-------------------
>  1 file changed, 4 insertions(+), 19 deletions(-)
Committed...

steved.

> 
> diff --git a/configure.ac b/configure.ac
> index b9906dc..6b0cf27 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -10,26 +10,11 @@ AC_ARG_ENABLE(gssapi,
>        [],[enable_gssapi=yes])
>  AM_CONDITIONAL(GSS, test x$enable_gssapi = xyes)
>  
> -AC_ARG_WITH(gssglue,
> -		[  --with-gssglue        Use libgssglue],
> -		 [case "${enableval}" in
> -		  yes) gssglue=true ;;
> -		  no)  gssglue=false ;;
> -		  *) AC_MSG_ERROR(bad value ${enableval} for --with-gssglue) ;;
> -		  esac],
> -		[gssglue=false])
> -AM_CONDITIONAL(USEGSSGLUE, test x$gssglue = xtrue)
> -
>  if test x$enable_gssapi = xyes; then
> -	if test x$gssglue = xtrue; then
> -		PKG_CHECK_MODULES(GSSAPI, libgssglue, [],
> -		AC_MSG_ERROR([Unable to locate information required to use libgssglue.]))
> -	else
> -		GSSAPI_CFLAGS=`krb5-config --cflags gssapi`
> -		GSSAPI_LIBS=`krb5-config --libs gssapi`
> -		AC_SUBST([GSSAPI_CFLAGS])
> -		AC_SUBST([GSSAPI_LIBS])
> -	fi
> +	GSSAPI_CFLAGS=`krb5-config --cflags gssapi`
> +	GSSAPI_LIBS=`krb5-config --libs gssapi`
> +	AC_SUBST([GSSAPI_CFLAGS])
> +	AC_SUBST([GSSAPI_LIBS])
>  fi
>  AC_ARG_ENABLE(ipv6,
>  	[AC_HELP_STRING([--disable-ipv6], [Disable IPv6 support @<:@default=no@:>@])],
> 

      reply	other threads:[~2013-12-09 20:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-09 20:05 [PATCH] configure.ac: Remove gssglue configuration knobs Steve Dickson
2013-12-09 20:59 ` Steve Dickson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A62F43.5050505@RedHat.com \
    --to=steved@redhat.com \
    --cc=libtirpc-devel@lists.sourceforge.net \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.