diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-18 00:28:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-18 00:28:39 +0200 |
commit | 42e39f0b326d27f6392a81a7400f9af7cf0af3ab (patch) | |
tree | add3721ae2fe419a5f0c5f76246007c8039384d4 /configure.ac | |
parent | 53f7d807bff9c39e9e565ad2fb20f29b4306af40 (diff) |
build-sys: remove vala generated sources only when valac is around
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 20024e68a4..5e505365d3 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ AM_CONDITIONAL(HAVE_GTK, [test "$have_gtk" = "yes"]) AM_PROG_VALAC([0.8]) AC_SUBST(VAPIDIR) +AM_CONDITIONAL(HAVE_VALAC, test x"$VALAC" != x) AC_PATH_PROG([XSLTPROC], [xsltproc]) AM_CONDITIONAL(HAVE_XSLTPROC, test x"$XSLTPROC" != x) |