diff options
author | Tim Potter <tpot@samba.org> | 2003-06-23 05:32:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-06-23 05:32:16 +0000 |
commit | ab1ccfc487caf112c2dfcac6a8a23533e6a23e84 (patch) | |
tree | f4950b50a6ff4a9f10262ca33bbdc702a60d3aae /source3/configure.in | |
parent | 81d8eefc0d7620d5835b991d28bafe3d4f30eee2 (diff) | |
download | samba-ab1ccfc487caf112c2dfcac6a8a23533e6a23e84.tar.gz samba-ab1ccfc487caf112c2dfcac6a8a23533e6a23e84.tar.bz2 samba-ab1ccfc487caf112c2dfcac6a8a23533e6a23e84.zip |
Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN()
until I repair my destroyed development system and check in a proper
fix for this.
(This used to be commit efad5dab522c466ae9e6bc114d0a0e6d1a7ed06d)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 339a61c632..3d021b02bf 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2200,7 +2200,7 @@ if test x"$with_ads_support" = x"yes"; then AC_CHECK_HEADERS(krb5.h) if test x"$ac_cv_header_krb5_h" = x"no"; then - AC_MSG_ERROR([Active Directory cannot be supported without krb5.h]) + AC_MSG_WARN([Active Directory cannot be supported without krb5.h]) fi # now check for gssapi headers. This is also done here to allow for |