diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-20 06:27:48 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-20 06:27:48 +0000 |
commit | f26677441a84fd2c3f09c4f72d272387c662e4ea (patch) | |
tree | 0374f5dd2d07070421f0735b285237a1fa669d80 /source3 | |
parent | 4245accc03ee427eee87435287434209c4fc1022 (diff) | |
download | samba-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')
-rw-r--r-- | source3/configure.in | 1 |
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 ], |