summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-20 06:27:48 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-20 06:27:48 +0000
commita899086a51546220247390ac641f51b1df2f5496 (patch)
tree7c32f425ff3fef3e9fe10cac1b7f72e82ae8c75b /source/configure.in
parentd23772c306c641a74b5c08c68550c684c206b1a5 (diff)
downloadsamba-a899086a51546220247390ac641f51b1df2f5496.tar.gz
samba-a899086a51546220247390ac641f51b1df2f5496.tar.xz
samba-a899086a51546220247390ac641f51b1df2f5496.zip
don't need KRB5_DIR define
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index f888db47ac4..77bcabc7162 100644
--- a/source/configure.in
+++ b/source/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 ],