mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Do not check for sys/errno.h, as errno is no longer needed by which_lib.c
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ba35959af1
commit
837f5bdb35
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ AC_SUBST(GCC_SO_DIR)
|
|||
#--------------------------------------------------------------------
|
||||
AC_HEADER_DIRENT
|
||||
AC_HAVE_HEADERS(sys/param.h sys/file.h dir.h string.h stdlib.h sys/types.h dnl
|
||||
sys/stat.h sys/errno.h)
|
||||
sys/stat.h)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check if libobjc was compiled with thread support.
|
||||
|
|
Loading…
Reference in a new issue