]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/configure.ac
- remove automake-generated files
[tinyos-2.x.git] / support / sdk / c / blip / configure.ac
index a5258ce2e5ae423a2c4bb95e578b3619d8b0f362..38d485e921945811200a8d0c3d67b4b81bd742f6 100644 (file)
@@ -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