~indicator-network-developers/connman/head.packaging

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Kalle Valo
  • Date: 2011-03-15 08:32:44 UTC
  • mfrom: (2355.1.986)
  • Revision ID: kalle.valo@canonical.com-20110315083244-l4q54rfxr30orwop
Merge head

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
AM_CONDITIONAL(NMCOMPAT, test "${enable_nmcompat}" != "no")
281
281
AM_CONDITIONAL(NMCOMPAT_BUILTIN, test "${enable_nmcompat}" = "builtin")
282
282
 
 
283
AC_ARG_ENABLE(tist,
 
284
        AC_HELP_STRING([--enable-tist], [enable TI Shared Transport support]),
 
285
                        [enable_tist=${enableval}], [enable_tist="no"])
 
286
AM_CONDITIONAL(TIST, test "${enable_tist}" != "no")
 
287
AM_CONDITIONAL(TIST_BUILTIN, test "${enable_tist}" = "builtin")
 
288
 
283
289
AC_ARG_WITH(stats-max-file-size, AC_HELP_STRING([--with-stats-max-file-size=SIZE],
284
290
                        [Maximal size of a statistics round robin file]),
285
291
                        [stats_max_file_size=${withval}])