svc/conntrack.8.in: Insert missing dedent in notification list.
[tripe] / configure.ac
index 66d216d..ad39a1f 100644 (file)
@@ -123,19 +123,6 @@ AC_ARG_WITH([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.
 
 dnl Provide the user with a choice.