From f26677441a84fd2c3f09c4f72d272387c662e4ea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Oct 2001 06:27:48 +0000 Subject: don't need KRB5_DIR define (This used to be commit a899086a51546220247390ac641f51b1df2f5496) --- source3/configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index f888db47ac..77bcabc716 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1615,7 +1615,6 @@ AC_ARG_WITH(krb5, CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" AC_DEFINE(HAVE_KRB5) - AC_DEFINE_UNQUOTED(KRB5_DIR,${withval}) have_krb5=yes; ;; esac ], -- cgit