X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=570d95f46f3cb648242a75ea8e7d2712c1cab327;hb=9becf7a55594656e9eab6ee11e7a72af4924ad2c;hp=f31adacede3c7873879f81e5d3b2543689651a90;hpb=4113a9a26b4ecdef89de8006cbf9755cc8656e4f;p=connman diff --git a/configure.ac b/configure.ac index f31adac..570d95f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(connman, 0.5) +AM_INIT_AUTOMAKE(connman, 0.6) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -60,6 +60,14 @@ if (test "${enable_wifi}" = "yes"); then fi AM_CONDITIONAL(WIFI, test "${enable_wifi}" = "yes") +AC_ARG_ENABLE(wimax, AC_HELP_STRING([--enable-wimax], + [enable WiMAX support]), [enable_wimax=${enableval}]) +AM_CONDITIONAL(WIMAX, test "${enable_wimax}" = "yes") + +AC_ARG_ENABLE(bluetooth, AC_HELP_STRING([--enable-bluetooth], + [enable Bluetooth support]), [enable_bluetooth=${enableval}]) +AM_CONDITIONAL(BLUETOOTH, test "${enable_bluetooth}" = "yes") + AC_ARG_WITH(udhcpc, AC_HELP_STRING([--with-udhcpc=PROGRAM], [specify location of udhcpc binary]), [path_udhcpc=${withval}])