From 65ec408473972099f08d3ff0485e5f07244ad94c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 15 Aug 2005 01:38:21 +0000 Subject: r9305: Use the check-var.m4 from roken to really, really detect h_errno correctly. This fixes the build on Fedora Core 4. Andrew Bartlett (This used to be commit aa36b2adad0d66b8171aa3ccca3057298361bec5) --- source4/heimdal_build/config.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source4/heimdal_build/config.m4') diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 5eb443cd82..27cc0a3c9a 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -1,4 +1,3 @@ - m4_define([upcase],`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`)dnl dnl love_FIND_FUNC(func, includes, arguments) @@ -165,9 +164,11 @@ if test "$ac_cv_type_signal" = "void" ; then fi AC_SUBST(VOID_RETSIGTYPE) -AC_CHECK_DECL(h_errno, - [AC_DEFINE(HAVE_DECL_H_ERRNO,1,whether h_errno is declared)], [], [ -#ifdef HAVE_SYS_TYPES_H + +sinclude(heimdal/cf/check-var.m4) + +rk_CHECK_VAR(h_errno, +[#ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_NETDB_H -- cgit