summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in1
1 files changed, 0 insertions, 1 deletions
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 ],