X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/b90b8384b6f7cfbcca88b05505a2fb15e9e3bc4e..e1f1a2a0f647c65074cf8be7696abf1cce2db80f:/configure.ac diff --git a/configure.ac b/configure.ac index 3ca6cf6c..ad39a1f4 100644 --- a/configure.ac +++ b/configure.ac @@ -122,19 +122,6 @@ AC_ARG_WITH([tracing], AC_DEFINE([NTRACE], [1], [Disable all tracing.])], [:]) -dnl-------------------------------------------------------------------------- -dnl Path MTU discovery. - -case $host_os in - linux*) - pmtu=yes - ;; - *) - pmtu=no - ;; -esac -AM_CONDITIONAL([PATHMTU], [test $pmtu = yes]) - dnl-------------------------------------------------------------------------- dnl Tunnel devices. @@ -335,6 +322,7 @@ AC_CONFIG_FILES( [keys/Makefile] [svc/Makefile] [mon/Makefile] + [contrib/Makefile] [t/Makefile t/atlocal]) AC_OUTPUT