Wrong ALSA detected by configure
Johan Cederbom <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have installed the latest alsa-1.0.0rc2, but Ogle ./configure detects the 0.5.x version and refuses to add alsa support. I found the lines below in the configure script. It looks to me that the "SND_LIB_MAJOR>0" comparison is a bug, since my alsa version set SND_LIB_MAJOR==1. (It's probably a copy/paste error because the same structure is used later on in ./configure) Alsa version 1.0.0rc2 Ogle version 0.9.2 From file: configure ... #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR) #if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5) AP_maGiC_VALUE #endif #endif ... /Johan