From e4f71225486934d440d0faca868ea8c7f02be5b1 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Mon, 12 Feb 2024 09:45:45 +0100 Subject: [PATCH] typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9144bcd1..071070fa 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_ARG_ENABLE([kernel], ;; no) enablekernel=0 ;; - *) AC_MSG_ERROR([Invalid value for --enable-generic]) + *) AC_MSG_ERROR([Invalid value for --enable-kernel]) ;; esac ],