X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=9bdc879a79c821844dfabb8a86eed15df82b6b03;hp=189387db958434cd7c89c3557c3f8b89f2b46ffc;hb=09c9a6e8d4ece8431f4fd305efac21ea054ccc97;hpb=d94e7873e9080e820e7742e468736b1317a88de1 diff --git a/configure.ac b/configure.ac index 189387db..9bdc879a 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,7 @@ AC_CHECK_FUNCS([uuid_generate], link_with_libc_uuid=yes ], [ - # for MinGW32 we have our own internal implemenation of uuid using Windows functions. + # for MinGW32 we have our own internal implementation of uuid using Windows functions. if test "x$MINGW32" = xno; then AC_MSG_ERROR([Cannot find libuuid uuid_generate nor libc uuid_create. Use [LDFLAGS]=-Ldir to specify their location.]) fi