summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-05-15 16:58:47 +0000
committerjstebbins <[email protected]>2009-05-15 16:58:47 +0000
commit8bb84abfb17b321ddaa5e2c5dd2c43486fe3dc29 (patch)
tree2c2ca54767b01ed5eec5ea6f1c03dc9b4c825bf2
parentabee110b5dfb185bbaa2accec47235141f33a286 (diff)
LinGui: fix gtk building on ubuntu 8.0.4 LTS
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2419 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index 7f3ca5ff9..566c78918 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -3,7 +3,7 @@ dnl Created by Anjuta application wizard.
AC_INIT(ghb, 0.1)
-AM_INIT_AUTOMAKE([1.9.6 foreign no-dist-gzip dist-bzip2 dist-zip])
+AM_INIT_AUTOMAKE([1.7.9 foreign dist-bzip2 dist-zip])
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE