From: Bartosz Golaszewski Date: Tue, 31 Jan 2023 17:45:29 +0000 (+0100) Subject: configure: drop mention of a removed build option from comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b34be263de7afd4a0b8f5363883a8e123a6ccdf9;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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])