]> git.mxchange.org Git - flightgear.git/commitdiff
Added an rint() / HAVE_RINT check.
authorcurt <curt>
Sun, 26 Apr 1998 05:01:07 +0000 (05:01 +0000)
committercurt <curt>
Sun, 26 Apr 1998 05:01:07 +0000 (05:01 +0000)
README.autoconf
configure
configure.in

index 40a0fc61594e121417337bf64938bdc1e915d9d2..3f9104300c411450c9761de65b4030f249130415 100644 (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:
index 7c2e07c31964b6da2068c9ddf0ffeb62ffe85bab..6bbf3e96fa5cee8589757e26b90dbf4ca79d1f67 100755 (executable)
--- 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
index 11253e345381cab0bb3789e29848ce2aa6dee72f..ebb5f6ab11ca7097bf632a44da703f408b327cf9 100644 (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