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

lha at samba.org lha at samba.org
Sat Jul 9 02:55:31 GMT 2005


Author: lha
Date: 2005-07-09 02:55:30 +0000 (Sat, 09 Jul 2005)
New Revision: 378

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

Log:
require compile_et to to generate _r function with struct et_list ** as argument
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 19:35:24 UTC (rev 377)
+++ trunk/heimdal/cf/check-compile-et.m4	2005-07-09 02:55:30 UTC (rev 378)
@@ -43,10 +43,8 @@
 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"],
+  AC_EGREP_CPP([initialize_conf_error_table_r.*struct et_list],
+     [#include "conftest_et.h"],
      [krb_cv_com_err_need_r="ok"])
   if test X"$krb_cv_com_err_need_r" = X ; then
     AC_MSG_RESULT(no)
@@ -54,7 +52,6 @@
   else
     AC_MSG_RESULT(yes)
   fi
-  set +x
 fi
 rm -fr conftest*
 fi



More information about the samba-cvs mailing list