From 3e8ee6a4fd3d4e1c32ca2d7c0914be61d2598c1e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 14 Mar 2023 11:22:23 +0000 Subject: [PATCH] configure: Adjust comment to reflect that we are using SASS Signed-off-by: Michael Tremer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b71677ca..d2f8a857 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PROG_SED # Python AM_PATH_PYTHON([3.4]) -# scss +# sass AC_CHECK_PROG(SASSC, [sassc], [sassc]) if test -z "${SASSC}"; then AC_MSG_ERROR([sassc is required]) -- 2.47.3