From a8a7299b7c6d8ad20f50f12776f52cc34e96b268 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 May 2006 20:16:35 +0000 Subject: remove superfluous argument git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@21 a8d83910-18e2-0310-866c-8ed7f9518005 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index bef8f4b..3272fae 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -57,7 +57,7 @@ else run_versioned automake "$VERSION" -a -c --foreign if test "x$NOCONFIGURE" = "x"; then - CFLAGS="-g -O0" ./configure --sysconfdir=/etc --enable-force-preopen "$@" + CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@" make clean fi fi -- cgit