X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=65f8972529d876347d424d023c3348a02451793e;hb=fbee3d10f0aafd4178fc1313edb8593c156b2874;hp=10892754a73084af1e1d56965842fc9604e3ab6e;hpb=18eb0a35a2adf08600b5e22c3aaf770de2a78878;p=flightgear.git diff --git a/configure.ac b/configure.ac index 10892754a..65f897252 100644 --- a/configure.ac +++ b/configure.ac @@ -458,11 +458,15 @@ AC_HEADER_TIME AC_STRUCT_TM dnl Checks for library functions. +old_LIBS=$LIBS +LIBS="$base_LIBS $network_LIBS $opengl_LIBS" AC_TYPE_SIGNAL AC_FUNC_VPRINTF -AC_CHECK_FUNCS( \ +AC_CHECK_FUNCS( [ \ ftime gettimeofday timegm memcpy bcopy mktime strstr rand mkfifo \ - random drand48 setitimer getitimer signal GetLocalTime rint getrusage ) + random drand48 setitimer getitimer signal GetLocalTime rint getrusage \ + truncf ] ) +LIBS=$old_LIBS AM_CONFIG_HEADER(src/Include/config.h) @@ -477,6 +481,8 @@ AC_CONFIG_FILES([ \ man/pstest.1 \ scripts/Makefile \ scripts/debug/Makefile \ + scripts/perl/Makefile \ + scripts/perl/examples/Makefile \ scripts/python/Makefile \ src/Makefile \ src/Include/Makefile \