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 /autogen.sh | |
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 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,6 @@ if test ! -e gtk/controller/controller.vala.stamp; then fi if [ -z "$NOCONFIGURE" ]; then - "$srcdir"/configure --enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 $enable_vala ${1+"$@"} + "$srcdir"/configure --enable-maintainer-mode $enable_vala ${1+"$@"} fi |