diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-12-22 13:43:38 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-12-22 13:45:02 +0100 |
commit | 004322519fccb24024977068fa7d24d58b4d1590 (patch) | |
tree | 1635b8d207601c318cb30bd005bbe104ad072752 /configure.ac | |
parent | 3076a1a6517c7a1af30cf6cfae83178e2bfff45f (diff) |
Revert previous vala-related commits
They were work in progress and not meant to be committed, apologies
for the noise :-/
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3c5689d..771d5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -412,7 +412,7 @@ AC_ARG_ENABLE([vala], [], enable_vala="no") -VALA_REQUIRED=0.14 +VALA_REQUIRED=0.11.7 if test x$enable_vala = xyes ; then # check for vala AM_PROG_VALAC([$VALA_REQUIRED]) |