Add check for <values.h> needed by BinaryCStream.m. (Reported by

Gregor Hoffleit <flight@mathi.uni-heidelberg.de>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-24 15:45:33 +00:00
parent e75a166f8e
commit c87f5a649f

View file

@ -182,6 +182,11 @@ AC_LN_S
AC_HEADER_STDC
AC_CHECK_HEADERS(string.h memory.h)
#--------------------------------------------------------------------
# Following header check needed BinaryCStream.h
#--------------------------------------------------------------------
AC_CHECK_HEADERS(values.h)
#--------------------------------------------------------------------
# These two headers (functions) needed by Time.m
#--------------------------------------------------------------------