~ubuntu-branches/ubuntu/natty/linphone/natty

« back to all changes in this revision

Viewing changes to mediastreamer2/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram, Kilian Krause, Samuel Mimram
  • Date: 2007-12-05 11:24:25 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205112425-odfikcvg5j313rnl
Tags: 2.0.1-1
[ Kilian Krause ]
* New upstream release.
* Conflict with libortp5-dev to fix conflicting file
  (/usr/include/ortp/event.h). (Closes: #454281)

[ Samuel Mimram ]
* liblinphone2-dev conflicts with liblinphone1-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
AC_MSG_CHECKING([warning make an error on compilation])
44
44
AC_ARG_ENABLE(strict,
45
 
[  --enable-strict       Enable error on compilation warning [default=yes]],
 
45
[  --enable-strict       Enable error on compilation warning [default=no]],
46
46
[wall_werror=$enableval],
47
 
[wall_werror=yes]
 
47
[wall_werror=no]
48
48
)
49
49
 
50
50
CFLAGS="-DORTP_INET6 $CFLAGS "
290
290
                  [ gsmdir=${withval}],[ gsmdir=/usr ])
291
291
 
292
292
MS_CHECK_DEP([gsm codec],[GSM],[${gsmdir}/include],
293
 
        [${gsmdir}/lib],[gsm.h],[gsm],[gsm_create])
 
293
        [${gsmdir}/lib],[gsm/gsm.h],[gsm],[gsm_create])
294
294
 
295
295
if test "$GSM_found" = "yes" ; then
296
296
        build_gsm=yes