Remove unused `src/plugins/ctf/common/utils`
[babeltrace.git] / configure.ac
index d661771792a6e1c6b98d44a761e34c456874240d..693fa64153c417d28f6545f7b5ebc1a7f5cea8c6 100644 (file)
@@ -386,8 +386,8 @@ AC_ARG_VAR([PLUGINSDIR], [built-in plugins install directory [LIBDIR/babeltrace2
 AS_IF([test "x$PLUGINSDIR" = x], [PLUGINSDIR='$(libdir)/babeltrace2/plugins'])
 
 # BABELTRACE_MINIMAL_LOG_LEVEL:
-AC_ARG_VAR([BABELTRACE_MINIMAL_LOG_LEVEL], [Minimal log level for Babeltrace program, library, and plugins (VERBOSE, DEBUG, INFO, WARN, ERROR (default), FATAL, or NONE)])
-AS_IF([test "x$BABELTRACE_MINIMAL_LOG_LEVEL" = x], [BABELTRACE_MINIMAL_LOG_LEVEL="VERBOSE"])
+AC_ARG_VAR([BABELTRACE_MINIMAL_LOG_LEVEL], [Minimal log level for Babeltrace program, library, and plugins (VERBOSE, DEBUG (default), INFO, WARN, ERROR, FATAL, or NONE)])
+AS_IF([test "x$BABELTRACE_MINIMAL_LOG_LEVEL" = x], [BABELTRACE_MINIMAL_LOG_LEVEL="DEBUG"])
 AS_IF([test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "VERBOSE" && \
        test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "DEBUG" && \
        test "$BABELTRACE_MINIMAL_LOG_LEVEL" != "INFO" && \
@@ -760,7 +760,6 @@ AC_CONFIG_FILES([
        src/plugins/ctf/common/Makefile
        src/plugins/ctf/common/metadata/Makefile
        src/plugins/ctf/common/msg-iter/Makefile
-       src/plugins/ctf/common/utils/Makefile
        src/plugins/ctf/fs-sink/Makefile
        src/plugins/ctf/fs-src/Makefile
        src/plugins/ctf/lttng-live/Makefile
This page took 0.029298 seconds and 4 git commands to generate.