X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Fconfigure.ac;h=38d485e921945811200a8d0c3d67b4b81bd742f6;hb=77903b7e197674c8535b06600eb98ee594a20ded;hp=a5258ce2e5ae423a2c4bb95e578b3619d8b0f362;hpb=474eb733ac8253bbbe3b7bf22ac9f6d24424554e;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/configure.ac b/support/sdk/c/blip/configure.ac index a5258ce2..38d485e9 100644 --- a/support/sdk/c/blip/configure.ac +++ b/support/sdk/c/blip/configure.ac @@ -9,5 +9,12 @@ AC_CONFIG_FILES([ lib6lowpan/Makefile driver/Makefile ]) + +AC_ARG_ENABLE([lpl], + [AS_HELP_STRING([--enable-lpl], [assume LPL is in use])], + AC_DEFINE([BLIP_L2_RETRIES], [1], [Number of link-layer retransmissions]) + []) + + AC_CONFIG_SUBDIRS([driver/radvd-1.0]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT