Added an rint() / HAVE_RINT check.
This commit is contained in:
parent
153ce10b58
commit
d0dfa60488
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ libraries. Key input files for this system are:
|
||||||
|
|
||||||
configure.in - Top level directory
|
configure.in - Top level directory
|
||||||
Makefile.am - One in each subdirectory
|
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
|
If you need to modify any of these files, you will need to build and
|
||||||
install the following packages:
|
install the following packages:
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -3849,7 +3849,7 @@ fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for ac_func in ftime gettimeofday mktime strstr rand random \
|
for ac_func in ftime gettimeofday mktime strstr rand random \
|
||||||
setitimer getitimer signal GetLocalTime
|
setitimer getitimer signal GetLocalTime rint
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:3856: checking for $ac_func" >&5
|
echo "configure:3856: checking for $ac_func" >&5
|
||||||
|
|
|
@ -117,7 +117,7 @@ dnl Checks for library functions.
|
||||||
AC_TYPE_SIGNAL
|
AC_TYPE_SIGNAL
|
||||||
AC_FUNC_VPRINTF
|
AC_FUNC_VPRINTF
|
||||||
AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \
|
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
|
if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Reference in a new issue