X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=eff93a0881a59be8bda98d9f18453a0347f4f8b3;hp=964dd27a969d45ec1dc6172499ee5a72c3d28ea7;hb=4a5d42178cc0954efba8b24058da9c70cc77c35a;hpb=ff946d0423fe547ea42bb11acfb3035c3b8aee4e diff --git a/configure.in b/configure.in index 964dd27a..eff93a08 100644 --- a/configure.in +++ b/configure.in @@ -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