From: Mark Wooding Date: Tue, 16 Oct 2012 00:35:41 +0000 (+0100) Subject: Makefile.am, configure.ac: Build pathmtu unconditionally. X-Git-Tag: 1.0.0pre11.1~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/f129dc5f9a08673a9839eb7b6b1faa647fecdcb4 Makefile.am, configure.ac: Build pathmtu unconditionally. It's notionally portable nowadays, so shouldn't be restricted to Linux only. --- diff --git a/Makefile.am b/Makefile.am index c3d5bf67..1576daa9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,7 @@ SUBDIRS += pkstream SUBDIRS += init ## Path MTU discovery. -if PATHMTU SUBDIRS += pathmtu -endif ## Wireshark. if HAVE_WIRESHARK diff --git a/configure.ac b/configure.ac index 66d216d0..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.