Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN()
authorTim Potter <tpot@samba.org>
Mon, 23 Jun 2003 05:32:16 +0000 (05:32 +0000)
committerTim Potter <tpot@samba.org>
Mon, 23 Jun 2003 05:32:16 +0000 (05:32 +0000)
until I repair my destroyed development system and check in a proper
fix for this.

source/configure.in

index 339a61c632327c8593a060acf8d541322c85d35e..3d021b02bf9942df5495e4062d2ff51449061e60 100644 (file)
@@ -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