From 4d70d4237b433bf9945feea338c0900f3befe4ff Mon Sep 17 00:00:00 2001 From: stefanrueger Date: Mon, 5 May 2025 22:50:12 +0200 Subject: [PATCH] Set DEFAULT_SPI_PORT for autotools --- src/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configure.ac b/src/configure.ac index 5e8e5435..c7069097 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -563,6 +563,9 @@ else confsubst="-e /^@HAVE_PARPORT_BEGIN@/,/^@HAVE_PARPORT_END@/d" fi +AC_MSG_CHECKING([for SPI device]) +AC_MSG_RESULT([$DEFAULT_SPI_PORT]) +AC_SUBST([DEFAULT_SPI_PORT]) if test "x$enabled_linuxgpio" = xyes; then AC_MSG_CHECKING([for default linuxgpio port])