summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-02-20 02:33:31 +0000
committerTrent Lloyd <lathiat@bur.st>2006-02-20 02:33:31 +0000
commit0aa3030787e0bcb18df07667544b78e3aa7fffe9 (patch)
treeb5016ba8a1f77c21dd8c2947d77a06d030c88279 /bootstrap.sh
parentbba061b0c38d6308a10c8ef543fa72c1e1c5fad7 (diff)
* Update static hosts, fix a missing fclose(), free some leaked memory and fix indenting.
* Update my bootstrap.sh magic git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1147 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 870053b..d0b6256 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -51,8 +51,8 @@ case `uname -s` in
esac
case "$USER" in
- lathiat)
- FLAGS="$FLAGS"
+ lathiat|trentl)
+ FLAGS="$FLAGS --disable-qt4"
;;
sebest)
FLAGS="$FLAGS --disable-monodoc --disable-mono --disable-qt3 --disable-qt4 --sysconfdir=/etc --localstatedir=/var --prefix=/usr --disable-manpages --disable-xmltoman"