[evolution-patches] Patch to fix autoheader errors



This patch adds a value and description for the COM_ERR_H descriptions

-- dobey

Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution/configure.in,v
retrieving revision 1.706
diff -u -r1.706 configure.in
--- configure.in	13 Aug 2004 14:40:12 -0000	1.706
+++ configure.in	13 Aug 2004 15:04:07 -0000
@@ -565,8 +565,8 @@
 	AC_MSG_RESULT($with_krb5)
 fi
 
-AC_CHECK_HEADER([et/com_err.h],[AC_DEFINE([HAVE_ET_COM_ERR_H])])
-AC_CHECK_HEADER([com_err.h],[AC_DEFINE([HAVE_COM_ERR_H])])
+AC_CHECK_HEADER([et/com_err.h],[AC_DEFINE([HAVE_ET_COM_ERR_H], 1, [Have et/comm_err.h])])
+AC_CHECK_HEADER([com_err.h],[AC_DEFINE([HAVE_COM_ERR_H], 1, [Have comm_err.h])])
 
 msg_krb4="no"
 if test "x${with_krb4}" != "xno"; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]