[Bug 89312] Semantic error in configure
Michael Pyne
michael.pyne at kdemail.net
Sat Sep 11 21:31:54 BST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=89312
michael.pyne kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From michael.pyne kdemail net 2004-09-11 22:31 -------
CVS commit by mpyne:
Fix misnamed option in kdemultimedia's configure script. --without-arts-alsa actually enables alsa support.
CCMAIL:89312-done bugs kde org
M +1 -1 configure.in.in 1.15
--- kdemultimedia/arts/configure.in.in #1.14:1.15
@ -65,5 +65,5 @
dnl they should not interfere with what kmidi and kmix do -- stw
-AC_ARG_WITH(alsa, [ --without-arts-alsa enable aRts ALSA support],
+AC_ARG_WITH(alsa, [ --with-arts-alsa enable aRts ALSA support],
[arts_with_alsa=$withval], [arts_with_alsa=yes])
More information about the kde-multimedia
mailing list