svn commit: lorikeet r377 - in trunk/heimdal/cf: .

lha at samba.org lha at samba.org
Fri Jul 8 19:35:24 GMT 2005


Author: lha
Date: 2005-07-08 19:35:24 +0000 (Fri, 08 Jul 2005)
New Revision: 377

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=377

Log:
tell me what compile_et this is, tell me why conftest_et.h passes the
autoconf test by later breaks the build on opi

Modified:
   trunk/heimdal/cf/check-compile-et.m4


Changeset:
Modified: trunk/heimdal/cf/check-compile-et.m4
===================================================================
--- trunk/heimdal/cf/check-compile-et.m4	2005-07-08 18:45:08 UTC (rev 376)
+++ trunk/heimdal/cf/check-compile-et.m4	2005-07-08 19:35:24 UTC (rev 377)
@@ -43,6 +43,9 @@
 AC_MSG_RESULT(${krb_cv_compile_et})
 if test "${krb_cv_compile_et}" = "yes" -a "${krb_cv_compile_et_cross}" = no; then
   AC_MSG_CHECKING([for if com_err generates a initialize_conf_error_table_r])
+  echo ${COMPILE_ET}
+  cat conftest_et.h
+  set -x
   AC_EGREP_CPP(initialize_conf_error_table_r,[#include "conftest_et.h"],
      [krb_cv_com_err_need_r="ok"])
   if test X"$krb_cv_com_err_need_r" = X ; then
@@ -51,6 +54,7 @@
   else
     AC_MSG_RESULT(yes)
   fi
+  set +x
 fi
 rm -fr conftest*
 fi



More information about the samba-cvs mailing list