summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
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"