zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

error in configure.ac logic #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile & install speex to a non-standard location
2. Run the configure script with the --with-speex option

What is the expected output? What do you see instead?
At the end of the script, it lists the supported codecs. The line for speex
indicates that is NOT supported.

The problem is in the configure.ac file, when it tests for the existence of
the speex includes & libraries. It doesn't set the CPPFLAGS and LDFLAGS at
the right time, before the test.

Attached is my diff for updating the configure.ac file to work correctly. I
basically copied the logic used for testing the iLBC libraries.

If you install speex to the standard location (/usr), then you will not
have this problem, because the standard CPPFLAGS and LDFLAGS will work for you.

Original issue reported on code.google.com by mattwinter on 16 Nov 2007 at 4:59

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Whoops.. forgot to add 2 lines to clean things up a bit.. this patch file & 
configure
file should do better. As a reminder, to apply any of the patch files that I've
generated, run:

patch -p1 < [the filename.patch]

from your libjingle-0.4.0 directory

Original comment by mattwinter on 16 Nov 2007 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:24