X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=59d98e9cbf38a16a4a7975e41f1c8eea2d2c7c25;hb=e74015680521597497c3218160a9e80081932896;hp=03ac73b8977071dbb4f6c6b7e1bdca17e60094ce;hpb=e5b7db60560479578eff28b3a6d6e8749e794bd6;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 03ac73b8..59d98e9c 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AX_C___ATTRIBUTE__ AS_IF([test "x$ax_cv___attribute__" != "xyes"], [AC_MSG_ERROR([The compiler does not support __attribute__ extensions])]) -# Make sur we have pthread support +# Make sure we have pthread support AX_PTHREAD([], [AC_MSG_ERROR([Could not configure pthread support])]) # Checks for typedefs, structures, and compiler characteristics. @@ -396,9 +396,9 @@ AS_IF([test "x$BABELTRACE_DEBUG_MODE" = x1], [ ], [BABELTRACE_DEBUG_MODE=0]) -## ## -## Optionnal features selection ## -## ## +## ## +## Optional features selection ## +## ## # Python bindings # Disabled by default