From 9a70234c1d61dafc5c08f7e861575cd71f06e9dc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 3 Mar 1998 21:52:02 +0000 Subject: Fix Kerberos V configuration. svn path=/trunk/; revision=1683 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b9354b94..f36e4df0 100644 --- a/configure.in +++ b/configure.in @@ -271,7 +271,7 @@ AC_ARG_WITH(kerberos5, # The "then" arm (nonempty $with_kerberos5) is kind of a crock. It works for # configuring the BSD/OS Kerberos IV support, though. -if test "$with_kerberos5" != "yes" +if test -n "$with_kerberos5" then # Path given CEFLAGS="$CEFLAGS -DKERBEROS_V5 -I$with_kerberos5/include" -- cgit v1.2.3