build: Fix the check on sassc's presence
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 10 May 2017 13:31:09 +0000 (14:31 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 10 May 2017 13:31:09 +0000 (14:31 +0100)
If sassc is not available we do not want to include the rules to
regenerate the CSS out of the SCSS files.

configure.ac

index 05fdf4ed281c53ae0f9ab2db3a21eb23d3dc55ea..4e68e2db91b932905e1c21d93d12702f5db5d2dc 100644 (file)
@@ -1821,7 +1821,7 @@ AC_SUBST(GDK_HIDDEN_VISIBILITY_CFLAGS)
 
 AC_PATH_PROG([SASSC], [sassc])
 AC_ARG_VAR(SASSC)
-AM_CONDITIONAL([REBUILD_SCSS], [test "xSASSC" != x])
+AM_CONDITIONAL([REBUILD_SCSS], [test "x$SASSC" != x])
 
 ##################################################
 # Output commands