From ab1ccfc487caf112c2dfcac6a8a23533e6a23e84 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 23 Jun 2003 05:32:16 +0000 Subject: 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) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit