~phablet-team/ofono/midori-support

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alfonso Sanchez-Beato
  • Date: 2015-09-28 08:10:59 UTC
  • mfrom: (6830.1.168)
  • mto: This revision was merged to the branch mainline in revision 6904.
  • Revision ID: alfonso.sanchez-beato@canonical.com-20150928081059-1o08e2a9pkit6ar6
* Update to upstream release 1.17
* Do not assert when the radio is unavailable (LP: #1490991)
* Fix crash when importing phonebook (LP: #1486004)
* Check only destination port when receiving push (LP: #1490673)
* Fix crash when retrying to close context (LP: #1492483)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.60)
2
 
AC_INIT(ofono, 1.16)
 
2
AC_INIT(ofono, 1.17)
3
3
 
4
4
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
5
5
AC_CONFIG_HEADERS(config.h)
209
209
        [location of provision database]), [path_provisiondb=${withval}])
210
210
 
211
211
AC_ARG_ENABLE(provision, AC_HELP_STRING([--disable-provision],
212
 
                                [disable provisioning suport]),
 
212
                                [disable provisioning support]),
213
213
                                        [enable_provision=${enableval}])
214
214
if (test "${enable_provision}" != "no"); then
215
215
        if (test -n "${path_provisiondb}"); then