mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [configure.ac] Apply krb5-config --libs fix to non-gssapi path
too.
This commit is contained in:
parent
b4dc6c23a5
commit
31e0e8b997
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.199 2004/02/18 00:21:12 dtucker Exp $
|
# $Id: configure.ac,v 1.200 2004/02/22 00:37:48 dtucker Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
@ -2091,8 +2091,8 @@ AC_ARG_WITH(kerberos5,
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
K5CFLAGS="`$KRB5CONF --cflags`"
|
K5CFLAGS="`$KRB5CONF --cflags`"
|
||||||
K5LDFLAGS="`$KRB5CONF --libs | sed 's/-l@<:@^- @:>@*//g'`"
|
K5LDFLAGS="`$KRB5CONF --libs | sed 's/-l@<:@^ @:>@* //g'`"
|
||||||
K5LIBS="`$KRB5CONF --libs | sed 's/-L@<:@^- @:>@*//g'`"
|
K5LIBS="`$KRB5CONF --libs | sed 's/-L@<:@^ @:>@* //g'`"
|
||||||
fi
|
fi
|
||||||
CPPFLAGS="$CPPFLAGS $K5CFLAGS"
|
CPPFLAGS="$CPPFLAGS $K5CFLAGS"
|
||||||
LDFLAGS="$LDFLAGS $K5LDFLAGS"
|
LDFLAGS="$LDFLAGS $K5LDFLAGS"
|
||||||
|
|
Loading…
Reference in New Issue