From 0aa3030787e0bcb18df07667544b78e3aa7fffe9 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Mon, 20 Feb 2006 02:33:31 +0000 Subject: * 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 --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') 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" -- cgit