1
0
Fork 0

Added an rint() / HAVE_RINT check.

This commit is contained in:
curt 1998-04-26 05:01:07 +00:00
parent 153ce10b58
commit d0dfa60488
3 changed files with 3 additions and 3 deletions

View file

@ -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:

2
configure vendored
View file

@ -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

View file

@ -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