From: Emmanuele Bassi Date: Wed, 10 May 2017 13:31:09 +0000 (+0100) Subject: build: Fix the check on sassc's presence X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~559 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a489831b39d0c1583bd4d5e8583f65c1ba880e0;p=gtk%2B3.0.git build: Fix the check on sassc's presence If sassc is not available we do not want to include the rules to regenerate the CSS out of the SCSS files. --- diff --git a/configure.ac b/configure.ac index 05fdf4ed28..4e68e2db91 100644 --- a/configure.ac +++ b/configure.ac @@ -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