From d0dfa60488cbc00466e372d650e3a67e15580b15 Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 26 Apr 1998 05:01:07 +0000 Subject: [PATCH] Added an rint() / HAVE_RINT check. --- README.autoconf | 2 +- configure | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.autoconf b/README.autoconf index 40a0fc615..3f9104300 100644 --- a/README.autoconf +++ b/README.autoconf @@ -4,7 +4,7 @@ libraries. Key input files for this system are: configure.in - Top level directory Makefile.am - One in each subdirectory - Simulator/Include/config.in - input file for building config.h + Include/config.in - input file for building config.h If you need to modify any of these files, you will need to build and install the following packages: diff --git a/configure b/configure index 7c2e07c31..6bbf3e96f 100755 --- a/configure +++ b/configure @@ -3849,7 +3849,7 @@ fi fi for ac_func in ftime gettimeofday mktime strstr rand random \ - setitimer getitimer signal GetLocalTime + setitimer getitimer signal GetLocalTime rint do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3856: checking for $ac_func" >&5 diff --git a/configure.in b/configure.in index 11253e345..ebb5f6ab1 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,7 @@ dnl Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_VPRINTF AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \ - setitimer getitimer signal GetLocalTime ) + setitimer getitimer signal GetLocalTime rint ) if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then echo -- 2.39.5