diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 04:50:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 04:50:51 +0000 |
commit | 06f89fdeff86f073c6744598ec5176dbdbf1d77b (patch) | |
tree | ee530f56ae0754278592aeecdc820523be08fb4a /net/samba-devel/files | |
parent | 6b85cc871746520c5ff79a1f42f813b50bc80c88 (diff) | |
download | ports-06f89fdeff86f073c6744598ec5176dbdbf1d77b.tar.gz ports-06f89fdeff86f073c6744598ec5176dbdbf1d77b.zip |
Notes
Diffstat (limited to 'net/samba-devel/files')
-rw-r--r-- | net/samba-devel/files/patch-configure.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-configure.in b/net/samba-devel/files/patch-configure.in new file mode 100644 index 000000000000..da1f47cff770 --- /dev/null +++ b/net/samba-devel/files/patch-configure.in @@ -0,0 +1,28 @@ +--- configure.in.orig Thu Dec 13 08:19:58 2001 ++++ configure.in Sun Dec 23 23:39:48 2001 +@@ -1642,10 +1642,9 @@ + CFLAGS="$CFLAGS -I$withval/include" + CPPFLAGS="$CPPFLAGS -I$withval/include" + LDFLAGS="$LDFLAGS -L$withval/lib" +- ;; +- esac ], +- AC_MSG_RESULT(no) +-) ++ ++ # don't automatically detect krb5 stuff, only do it if --with-krb5=foo ++ # is given (and isn't 'no'). + + # now check for krb5.h. Some systems have the libraries without the headers! + # note that this check is done here to allow for different kerberos +@@ -1669,6 +1668,11 @@ + AC_CHECK_LIB(krb5, krb5_mk_req_extended, [LIBS="$LIBS -lkrb5"; + AC_DEFINE(HAVE_KRB5)]) + ++ ;; ++ esac ], ++ AC_MSG_RESULT(no) ++) ++# end of --with-krb5 check + + ################################################################## + # we might need the lber lib on some systems. To avoid link errors |