X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=284e637940e837147efaa27b076779829f9a775e;hb=57156cc5738cfbf60e1b0ddf444ad6eec5964a0d;hp=65b8ba04956253e834485f3b485980f3884b3e20;hpb=4716ee9fe3d820647c77e6ff1287a3186daaaa02;p=framework%2Fconnectivity%2Fconnman.git diff --git a/configure.ac b/configure.ac index 65b8ba0..284e637 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.1) +AC_INIT(connman, 1.3) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) @@ -362,6 +362,11 @@ AC_ARG_ENABLE(ofono, AC_HELP_STRING([--disable-ofono], [enable_ofono=${enableval}]) AM_CONDITIONAL(OFONO, test "${enable_ofono}" != "no") +AC_ARG_ENABLE(dundee, AC_HELP_STRING([--disable-dundee], + [disable dundee support (Bluetooth DUN)]), + [enable_dundee=${enableval}]) +AM_CONDITIONAL(DUNDEE, test "${enable_dundee}" != "no") + AC_ARG_ENABLE(pacrunner, AC_HELP_STRING([--disable-pacrunner], [disable PACrunner support]), [enable_pacrunner=${enableval}])