[polypaudio-commits] r701 - /trunk/bootstrap.sh
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Thu Apr 13 10:32:33 PDT 2006
Author: lennart
Date: Thu Apr 13 19:32:33 2006
New Revision: 701
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=701&root=polypaudio&view=rev
Log:
make --enable-force-preopen the default for SVN builds
Modified:
trunk/bootstrap.sh
Modified: trunk/bootstrap.sh
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/bootstrap.sh?rev=701&root=polypaudio&r1=700&r2=701&view=diff
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh Thu Apr 13 19:32:33 2006
@@ -59,7 +59,7 @@
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
More information about the pulseaudio-commits
mailing list