From 649ba8000830877cc34861a43972f453f0df3f5f Mon Sep 17 00:00:00 2001 From: Rongqi Sun Date: Mon, 17 Jun 2024 07:07:16 +0000 Subject: [PATCH] configure: fix typo Signed-off-by: Rongqi Sun --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 929ae9de1..efb92fd80 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_ARG_ENABLE([debug-log], ) AC_ARG_ENABLE([perf], - AS_HELP_STRING([--disble-perf], [enable measuring performance]), + AS_HELP_STRING([--enable-perf], [enable measuring performance]), [ AS_IF([test "x$enable_perf" = "xyes"], AC_DEFINE(HAVE_PERF, 1, [Support for measuring performance]) perf=true