From d1af5f07d75fe731090fc0cdf2d550ea3bbfcb69 Mon Sep 17 00:00:00 2001 From: bfernhomberg Date: Fri, 18 Jun 2004 07:57:19 +0000 Subject: [PATCH] fix a typo --- macros/gssapi-check.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/gssapi-check.m4 b/macros/gssapi-check.m4 index e66b7b7f..e5c6802d 100644 --- a/macros/gssapi-check.m4 +++ b/macros/gssapi-check.m4 @@ -1,4 +1,4 @@ -dnl $Id: gssapi-check.m4,v 1.1.2.4 2004-06-08 13:59:35 bfernhomberg Exp $ +dnl $Id: gssapi-check.m4,v 1.1.2.5 2004-06-18 07:57:19 bfernhomberg Exp $ dnl Autoconf macro to check for kerberos AC_DEFUN([NETATALK_GSSAPI_CHECK], @@ -126,7 +126,7 @@ AC_DEFUN([NETATALK_GSSAPI_CHECK], if test x"$ac_cv_func_gss_acquire_cred" = x"yes"; then AC_DEFINE(HAVE_GSSAPI,1,[Whether to enable GSSAPI support]) AC_MSG_RESULT([yes]) - GSSAPI_LIBS="$LIBS $LDLAGS" + GSSAPI_LIBS="$LDFLAGS $LIBS" else AC_MSG_RESULT([no]) if test x"$compilegssapi" = x"yes"; then -- 2.39.2