| Summary: | Semantic error in configure | ||
|---|---|---|---|
| Product: | [Unmaintained] kdemultimedia | Reporter: | Frederick Alexander Thomssen <mail> |
| Component: | general | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Frederick Alexander Thomssen
2004-09-11 20:35:59 UTC
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]) |