Re: [PATCH]configure.ac fix

David Sugar <[email protected]> Fri, 18 Aug 2006 10:02:56 -0700
Newsgroups gmane.comp.gnu.ccaudio.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------030705000501020000090008
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

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
> [email protected]
> http://lists.gnu.org/mailman/listinfo/ccaudio-devel

--------------030705000501020000090008
Content-Type: text/x-vcard; charset=utf-8;
 name="dyfet.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="dyfet.vcf"

begin:vcard
fn:David Sugar
n:Sugar;David
org:GNU Telephony
email;internet:[email protected]
tel;work:+1 201 215 2609
url:http://www.gnutelephony.org
version:2.1
end:vcard


--------------030705000501020000090008
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ccaudio-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccaudio-devel

--------------030705000501020000090008--