X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=8a636075a756813a29b8ef88ed93dbc75574de63;hb=5881989879e8bc9819c14c4ea8bd05b4d159be58;hp=3ddcb7c23580c1728518708b05da4a713548da89;hpb=267325e9bf8e0da68376e6b329d4a9bd80e4a0df;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 3ddcb7c2..8a636075 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.1.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.1.1],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -37,6 +37,15 @@ AC_FUNC_MALLOC AC_FUNC_MMAP AC_CHECK_FUNCS([bzero gettimeofday munmap strtoul]) +# Check for MinGW32. +MINGW32=no +case $host in + *-*-mingw*) + MINGW32=yes;; +esac + +AM_CONDITIONAL([BABELTRACE_BUILD_WITH_MINGW], [test "x$MINGW32" = "xyes"]) + # Check for libuuid AC_CHECK_LIB([uuid], [uuid_generate], [