From: Michael Tremer Date: Tue, 14 Mar 2023 11:22:23 +0000 (+0000) Subject: configure: Adjust comment to reflect that we are using SASS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e8ee6a4fd3d4e1c32ca2d7c0914be61d2598c1e;p=ipfire.org.git configure: Adjust comment to reflect that we are using SASS Signed-off-by: Michael Tremer --- 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])