summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-15 20:16:35 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-15 20:16:35 +0000
commita8a7299b7c6d8ad20f50f12776f52cc34e96b268 (patch)
tree95266d40c3e406cc9dfc983072f612edb3127649 /bootstrap.sh
parent81b796b34f04593e47d979fc9b71287f4c94a805 (diff)
remove superfluous argument
git-svn-id: file:///home/lennart/svn/public/libao-pulse/trunk@21 a8d83910-18e2-0310-866c-8ed7f9518005
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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