From 7efb0c983aaaba2a63f5eec90bd6296ffe2cd2a2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 14 Nov 2009 02:35:28 +0100 Subject: buildsys: various buildsystem updates --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index ada993f..16f221e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -59,4 +59,4 @@ case "$USER" in ;; esac -CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@" +CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@" --enable-qt3=no -- cgit