From: Michael Tremer Date: Sun, 24 Mar 2024 10:46:10 +0000 (+0000) Subject: configure: Insist on Dart SCSS instead of Node X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e04beb97b9bff08ae49f519b5bf879e84cb903b7;p=ipfire.org.git configure: Insist on Dart SCSS instead of Node Node SCSS does not seem to support the @use keyword on the release that is currently being shipped with Debian. Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index fc99f7ca..fd85e0fc 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AX_PYTHON_MODULE([tornado], [fatal]) AX_PYTHON_MODULE([zxcvbn], [fatal]) # sass -AC_CHECK_PROGS(SASS, [sass node-sass]) +AC_CHECK_PROGS(SASS, [sass]) if test -z "${SASS}"; then AC_MSG_ERROR([sass is required]) fi