]> git.mxchange.org Git - flightgear.git/commitdiff
Changes by Bernie Bright to add getrusage() check.
authorcurt <curt>
Wed, 19 Aug 1998 17:24:21 +0000 (17:24 +0000)
committercurt <curt>
Wed, 19 Aug 1998 17:24:21 +0000 (17:24 +0000)
acconfig.h
configure.in

index d99f840a0bce6c463c15a6187b751526a38a40aa..c566aaa9881e9c2536344f0fbe647eb19593091c 100644 (file)
@@ -73,6 +73,9 @@
 /* Define if your system has its own `getloadavg' function.  */
 #undef HAVE_GETLOADAVG
 
+/* Define if you have getrusage() */
+#undef HAVE_GETRUSAGE
+
 /* Define if you have the getmntent function.  */
 #undef HAVE_GETMNTENT
 
index 265b64ba47deaeb077c7cac60a990e90c669ffe2..cde404a383159b2bb80a52389aa4d9a20092c2e1 100644 (file)
@@ -198,7 +198,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 rint )
+       setitimer getitimer signal GetLocalTime rint getrusage )
 
 if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
     echo 
@@ -220,6 +220,7 @@ AC_OUTPUT( \
        Lib/Debug/Makefile \
        Lib/DEM/Makefile \
        Lib/Math/Makefile \
+       Lib/Misc/Makefile \
        Lib/PUI/Makefile \
        Lib/XGL/Makefile \
        Lib/zlib/Makefile \