From b34be263de7afd4a0b8f5363883a8e123a6ccdf9 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 31 Jan 2023 18:45:29 +0100 Subject: [PATCH] configure: drop mention of a removed build option from comments The make install-tests configure switch has been removed in commit 0dd2125c8ca9 ("tests: remove make check target") so don't mention it in comments. Signed-off-by: Bartosz Golaszewski --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c5fb7c7..ab1a9fd 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_SUBST(ABI_VERSION, [4.1.2]) # Have a separate ABI version for C++ bindings: AC_SUBST(ABI_CXX_VERSION, [2.1.1]) # ABI version for libgpiosim (we need this since it can be installed if we -# enable install-tests). +# enable tests). AC_SUBST(ABI_GPIOSIM_VERSION, [0.1.0]) AC_CONFIG_AUX_DIR([autostuff]) -- 2.30.2