X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=b02141cf4a8025c5785fe7cdde87749460f5b02e;hb=01cfb87015bf6f14eadf201792e7e014bb9a9f4a;hp=9fb15f1b1fa5fc04748eca064903f90a09ca226c;hpb=0b1cc2ffd2312cf83a5d8ab21881932610623a8d;p=connman diff --git a/configure.ac b/configure.ac index 9fb15f1..b02141c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.16) +AM_INIT_AUTOMAKE(connman, 0.19) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -75,6 +75,12 @@ AC_ARG_ENABLE(bluetooth, AM_CONDITIONAL(BLUETOOTH, test "${enable_bluetooth}" != "no") AM_CONDITIONAL(BLUETOOTH_BUILTIN, test "${enable_bluetooth}" = "builtin") +AC_ARG_ENABLE(ofono, + AC_HELP_STRING([--enable-ofono], [enable oFono support]), + [enable_ofono=${enableval}], [enable_ofono="no"]) +AM_CONDITIONAL(OFONO, test "${enable_ofono}" != "no") +AM_CONDITIONAL(OFONO_BUILTIN, test "${enable_ofono}" = "builtin") + AC_ARG_ENABLE(modemmgr, AC_HELP_STRING([--enable-modemmgr], [enable Modem Manager support]), [enable_modemmgr=${enableval}], [enable_modemmgr="no"])