From: curt Date: Sun, 26 Apr 1998 05:01:07 +0000 (+0000) Subject: Added an rint() / HAVE_RINT check. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d0dfa60488cbc00466e372d650e3a67e15580b15;p=flightgear.git Added an rint() / HAVE_RINT check. --- 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