summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-12-22 13:43:38 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2011-12-22 13:45:02 +0100
commit004322519fccb24024977068fa7d24d58b4d1590 (patch)
tree1635b8d207601c318cb30bd005bbe104ad072752 /autogen.sh
parent3076a1a6517c7a1af30cf6cfae83178e2bfff45f (diff)
downloadspice-gtk-004322519fccb24024977068fa7d24d58b4d1590.tar.gz
spice-gtk-004322519fccb24024977068fa7d24d58b4d1590.tar.xz
spice-gtk-004322519fccb24024977068fa7d24d58b4d1590.zip
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-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2724d7e..904c00e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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