From dd1ee296f5265b04a67d5d3f1c44cb0caf53d7d6 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 30 Jun 2014 14:37:34 +0200 Subject: [PATCH] Updated output if compass is not usable inside sass. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 38be8392..c6d82086 100644 --- a/configure.ac +++ b/configure.ac @@ -120,8 +120,9 @@ if test x"${SASS}" != x"" ; then AC_MSG_RESULT([not available]) AC_MSG_WARN([Please install compass so it can be used using "sass --compass ...".]) SASS_SUPPORT_STYLES=no + else + AC_MSG_RESULT([ok]) fi - AC_MSG_RESULT([ok]) fi AC_SUBST(SASS_SUPPORT_STYLES)