ogle and alsa
"Barrett C. Foat" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
I had to hack the ogle configure script to get ogle to install using
the most recent version of alsa (1.0.4). Here is the diff showing
the lines I commented out to get it to work right. I'm sure you can
come up with a more elegant, permanent solution.
13072,13073c13072,13073
< #if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
< # egrep "AP_maGiC_VALUE" >/dev/null 2>&1; then
---
> if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
> egrep "AP_maGiC_VALUE" >/dev/null 2>&1; then
13075,13079c13075,13079
< # have_alsa_05x=yes
< # echo "$as_me:$LINENO: result: found 0.5.x" >&5
< #echo "${ECHO_T}found 0.5.x" >&6
< # { echo "$as_me:$LINENO: WARNING: Disabling ALSA support,
install a 0.9.x version" >&5
< #echo "$as_me: WARNING: Disabling ALSA support, install a 0.9.x
version" >&2;}
---
> have_alsa_05x=yes
> echo "$as_me:$LINENO: result: found 0.5.x" >&5
> echo "${ECHO_T}found 0.5.x" >&6
> { echo "$as_me:$LINENO: WARNING: Disabling ALSA support,
install a 0.9.x version" >&5
> echo "$as_me: WARNING: Disabling ALSA support, install a 0.9.x
version" >&2;}
13081c13081
< #else
---
> else
13111c13111
< #fi
---
> fi