1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- a/configure.ac +++ b/configure.ac @@ -878,11 +878,6 @@ #include <utmp.h> #endif ],[struct utmp u; u.ut_host[0] = 0;], AC_DEFINE(UTHOST)) -AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no) -if test "$have_utempter" = yes; then - AC_DEFINE(HAVE_UTEMPTER) - LIBS="$LIBS -lutempter" -fi dnl dnl **** loadav ****