]> git.ipfire.org Git - ipfire.org.git/blobdiff - configure.ac
configure: Adjust comment to reflect that we are using SASS
[ipfire.org.git] / 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])