From: curt Date: Mon, 7 Dec 1998 21:06:43 +0000 (+0000) Subject: Added some additional checks for memory.h, bcopy, and memcopy. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=937b80eff4ca7ef8d9bfb24976d1660b88d10651;p=flightgear.git Added some additional checks for memory.h, bcopy, and memcopy. --- diff --git a/configure.in b/configure.in index 01cb8a8e7..ad6a8b982 100644 --- a/configure.in +++ b/configure.in @@ -228,7 +228,7 @@ AC_SUBST(opengl_LIBS) dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS( \ - fcntl.h getopt.h malloc.h stdlib.h sys/time.h sys/timeb.h \ + fcntl.h getopt.h malloc.h memory.h stdlib.h sys/time.h sys/timeb.h \ unistd.h windows.h winbase.h values.h ) dnl Checks for typedefs, structures, and compiler characteristics. @@ -240,7 +240,7 @@ AC_STRUCT_TM dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_VPRINTF -AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \ +AC_CHECK_FUNCS( ftime gettimeofday memcpy bcopy mktime strstr rand random \ setitimer getitimer signal GetLocalTime rint getrusage ) if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then