]> git.ipfire.org Git - ipfire.org.git/commitdiff
configure: Adjust comment to reflect that we are using SASS
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:22:23 +0000 (11:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 14 Mar 2023 11:22:23 +0000 (11:22 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index b71677ca11a817c42151fc30230d98033d843a8b..d2f8a85734c036925b2f170ab687899ec8a5947f 100644 (file)
@@ -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])