Check for et/comm-err.h and comm_err.h so that we can include the correct

2004-08-13  Rodney Dawes  <dobey@novell.com>

	* configure.in: Check for et/comm-err.h and comm_err.h so that
	we can include the correct one

svn path=/trunk/; revision=26912
This commit is contained in:
Rodney Dawes
2004-08-13 14:40:12 +00:00
committed by Rodney Dawes
parent ed76fc7724
commit bc39d5e541
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-08-13 Rodney Dawes <dobey@novell.com>
* configure.in: Check for et/comm-err.h and comm_err.h so that
we can include the correct one
2004-08-12 Rodney Dawes <dobey@novell.com>
* data/evolution.desktop.in.in: Update Name and description to

View File

@ -565,6 +565,9 @@ else
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])])
msg_krb4="no"
if test "x${with_krb4}" != "xno"; then
LDFLAGS_save="$LDFLAGS"