X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=f7503d5cef46f96a437acb0269fe3ce77d29351c;hb=e6b30e568baf094cdda7bc760dec98bf34e1bd9a;hp=0addb4c57672372a4ffe03ca6563081b1050802c;hpb=1307d39e2b7543578cf148122c9dfe3a1cee0feb;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 0addb4c5..f7503d5c 100644 --- a/configure.ac +++ b/configure.ac @@ -118,10 +118,8 @@ AC_TYPE_UINT8_T # Checks for library functions. AC_FUNC_ALLOCA AC_FUNC_FORK -AC_FUNC_MALLOC AC_FUNC_MKTIME AC_FUNC_MMAP -AC_FUNC_REALLOC AC_FUNC_STRERROR_R AC_CHECK_FUNCS([ \ atexit \ @@ -151,6 +149,10 @@ AC_CHECK_FUNCS([ \ uname \ ]) +# AC_FUNC_MALLOC causes problems when cross-compiling. +#AC_FUNC_MALLOC +#AC_FUNC_REALLOC + MINGW32=no DEFAULT_ENABLE_DEBUG_INFO=yes LT_NO_UNDEFINED="" @@ -159,6 +161,11 @@ AS_CASE([$host_os], [ DEFAULT_ENABLE_DEBUG_INFO=no ], + [cygwin*], + [ + DEFAULT_ENABLE_DEBUG_INFO=no + LT_NO_UNDEFINED="-no-undefined" + ], [mingw*], [ MINGW32=yes @@ -516,6 +523,7 @@ AC_CONFIG_FILES([ plugins/text/pretty/Makefile plugins/utils/Makefile plugins/utils/dummy/Makefile + plugins/utils/counter/Makefile plugins/utils/trimmer/Makefile plugins/utils/muxer/Makefile python-plugin-provider/Makefile