Put back the $KRB4_CONFIG call to set KRB5_LIBS.

svn path=/trunk/; revision=12136
This commit is contained in:
Guy Harris 2004-09-29 17:38:53 +00:00
parent 7bc922cf39
commit 46ba180b03
1 changed files with 2 additions and 1 deletions

View File

@ -981,7 +981,8 @@ AC_DEFUN([AC_ETHEREAL_KRB5_CHECK],
then
KRB5_FLAGS=`"$KRB5_CONFIG" --cflags`
CFLAGS="$CFLAGS $KRB5_FLAGS"
CPPFLAGS="$CPPFLAGS $KRB5_FLAGS"
CPPFLAGS="$CPPFLAGS $KRB5_FLAGS"
KRB5_LIBS=`"$KRB5_CONFIG" --libs`
#
# If -lcrypto is in KRB5_FLAGS, we require it to build
# with Heimdal. We don't want to built with it by