X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/ce27af321f94d71fc810380c06f42a2c5943f6b3..70dd663d3af0b35b6eef526c1ff9f1b8cef79482:/configure.ac diff --git a/configure.ac b/configure.ac index af1f0321..71b313c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1623,11 +1623,6 @@ if test "x$ac_cv_func_getpeereid" != "xyes" -a "x$ac_cv_func_getpeerucred" != "x ) fi -AC_CHECK_DECL(SO_RDOMAIN, - AC_DEFINE(USE_ROUTINGDOMAIN, 1, [Enable rdomain/VRF support]), , - [#include - #include ]) - dnl see whether mkstemp() requires XXXXXX if test "x$ac_cv_func_mkdtemp" = "xyes" ; then AC_MSG_CHECKING([for (overly) strict mkstemp])