summaryrefslogtreecommitdiff
path: root/source3/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
commitf26677441a84fd2c3f09c4f72d272387c662e4ea (patch)
tree0374f5dd2d07070421f0735b285237a1fa669d80 /source3/configure.in
parent4245accc03ee427eee87435287434209c4fc1022 (diff)
downloadsamba-f26677441a84fd2c3f09c4f72d272387c662e4ea.tar.gz
samba-f26677441a84fd2c3f09c4f72d272387c662e4ea.tar.bz2
samba-f26677441a84fd2c3f09c4f72d272387c662e4ea.zip
don't need KRB5_DIR define
(This used to be commit a899086a51546220247390ac641f51b1df2f5496)
Diffstat (limited to 'source3/configure.in')
-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 ],