1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(AC_FUNC_CANONICALIZE_FILE_NAME]): Don't check for stddef.h.

This commit is contained in:
Paul Eggert
2005-05-18 19:29:41 +00:00
parent ae2b26dd0d
commit 4dcf2356b7

View File

@@ -1,4 +1,4 @@
#serial 7
#serial 8
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@ -13,6 +13,6 @@ AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
AC_LIBOBJ([canonicalize])
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS(string.h sys/param.h stddef.h)
AC_CHECK_HEADERS(string.h sys/param.h)
AC_CHECK_FUNCS(resolvepath canonicalize_file_name)
])