I will look at resolving that for the next release, but I will be away
until the 27th, if not later. Having it check for both and use
whichever one is found will not be very difficult.
Zhang Le wrote:
> BTW, it seems that libgsm's header is in /usr/include instead of
> /usr/include/gsm.
> At least it is the case in Gentoo, the gsm version is 1.0.10. As a
> result configure script can't detect gsm in Gentoo, even if it is
> already installed.
> Is there a way to detect both places, "gsm.h" and "gsm/gsm.h"?
>
> --- configure.ac.orig 2006-07-21 00:37:09.000000000 +0800
> +++ configure.ac <
http://configure.ac> 2006-08-18
> 11:08:30.000000000 +0800
> @@ -206,11 +206,11 @@
> AC_SUBST(STAGE2)
>
> gsm_format="false"
> -if test "$ac_gsm_codec" ; then
> +if test "$ac_gsm_codec" == true; then
> gsm_format="true" ; fi
>
> speex_format="false"
> -if test "$ac_spx_codec" ; then
> +if test "$ac_spx_codec" == true; then
> speex_format="true" ; fi
>
> AC_SUBST(gsm_format)
>
>
> --
> Zhang Le, Robert
> Linux Engineer/Trainer
>
http://zhllg.blogspot.com
>
http://zh.gentoo-wiki.com
>
http://savannah.nongnu.org/projects/pgubook
>
http://groups.google.com/group/gentoo-china
>
http://groups.google.com/group/szlug
>
>
> --
> Zhang Le, Robert
> Linux Engineer/Trainer
>
http://zhllg.blogspot.com
>
http://zh.gentoo-wiki.com
>
http://savannah.nongnu.org/projects/pgubook
>
http://groups.google.com/group/gentoo-china
>
http://groups.google.com/group/szlug
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ccaudio-devel mailing list
>
Ccaudio-devel@gnu....
>
http://lists.gnu.org/mailman/listinfo/ccaudio-devel
opensubscriber is not affiliated with the authors of this message nor responsible for its content.