make --enable-force-preopen the default for SVN builds

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@701 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-04-13 17:32:33 +00:00
parent 1f7a008f43
commit d4b22f3000

View file

@ -59,7 +59,7 @@ else
run_versioned automake "$VERSION" -a -c --foreign
if test "x$NOCONFIGURE" = "x"; then
CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"
CFLAGS="-g -O0" ./configure --sysconfdir=/etc --enable-force-preopen "$@"
make clean
fi
fi