Add support for iPhones and recent iPods.
[oweals/tinc.git] / configure.in
index 964dd27a969d45ec1dc6172499ee5a72c3d28ea7..eff93a0881a59be8bda98d9f18453a0347f4f8b3 100644 (file)
@@ -75,6 +75,15 @@ case $host_os in
   ;;
 esac
 
+AC_ARG_ENABLE(tunemu,
+  AS_HELP_STRING([--enable-tunemu], [enable support for the tunemu driver]),
+  [ AC_DEFINE(ENABLE_TUNEMU, 1, [Support for tunemu])
+    tunemu=true
+  ]
+)
+
+AM_CONDITIONAL(TUNEMU, test "$tunemu" = true)
+
 AC_CACHE_SAVE
 
 if test -d /sw/include ; then