blob: 2d9510efdc5f63d50e8cf2969012132fac11343c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/configure.ac b/configure.ac
index d1a063d..68218b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@ if test x$enable_vala = xyes; then
AC_SUBST(VALA_EXAMPLE_PACKAGES)
fi
-AM_CONDITIONAL(ENABLE_VALA, test x${VALAC} != x"")
+AM_CONDITIONAL(ENABLE_VALA, test x$enable_vala = xyes"")
# -----------------------------------------------------------
AC_CONFIG_FILES([Makefile
|