From 6c83adb8c65f9a19ee28d3912fd7a2aebacd790e Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Sun, 7 Jun 1998 21:30:32 +0000
Subject: Brendan Cully's fix for his fix.

svn path=/trunk/; revision=1927
---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index b361f998..e819034b 100644
--- a/configure.in
+++ b/configure.in
@@ -225,8 +225,8 @@ if test "$with_gssapi" != "no"
 then
   if test "$with_gssapi" != "yes" -a -n "$with_gssapi"
   then
-    CFLAGS="$CEFLAGS -I$with_gssapi/include"
-    LDFLAGS="$LDEFLAGS -L$with_gssapi/lib"
+    CFLAGS="$CFLAGS -I$with_gssapi/include"
+    LDFLAGS="$LDFLAGS -L$with_gssapi/lib"
   fi
   AC_CHECK_LIB(krb5, krb5_init_context,,
                AC_MSG_ERROR([could not find libkrb5 which is needed for GSSAPI support]))
-- 
cgit v1.2.3