X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=65f8972529d876347d424d023c3348a02451793e;hb=fbee3d10f0aafd4178fc1313edb8593c156b2874;hp=21050c09c4ba2f842dc9f3064ca17f7f44f2df37;hpb=cd0c447b43bf9f7ea2e11a1e8914efc3b0516158;p=flightgear.git diff --git a/configure.ac b/configure.ac index 21050c09c..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 \ @@ -520,8 +526,8 @@ AC_CONFIG_FILES([ \ tests/Makefile \ utils/Makefile \ utils/TerraSync/Makefile \ + utils/Modeller/Makefile \ utils/js_server/Makefile \ - utils/3dconvert/Makefile \ ]) AC_OUTPUT