Index: configure.in =================================================================== RCS file: /data/cvs/samba/source/configure.in,v retrieving revision 1.300.2.167 diff -c -u -r1.300.2.167 configure.in cvs server: conflicting specifications of output style --- configure.in 14 Sep 2003 19:18:48 -0000 1.300.2.167 +++ configure.in 16 Sep 2003 07:34:52 -0000 @@ -2637,11 +2637,11 @@ krb5_init_context(&context); if (krb5_kt_resolve(context, "MEMORY:", &keytab)) - exit(0); - exit(1); + exit(1); + exit(0); }], - samba_cv_HAVE_MEMORY_KEYTAB=no, - samba_cv_HAVE_MEMORY_KEYTAB=yes)]) + samba_cv_HAVE_MEMORY_KEYTAB=yes, + samba_cv_HAVE_MEMORY_KEYTAB=no)]) if test x"$samba_cv_HAVE_MEMORY_KEYTAB" = x"yes"; then AC_DEFINE(HAVE_MEMORY_KEYTAB,1,