X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/dbf58cfaacdf65821233c608b834bd46a65d5467..6a38e3113938a10d52893799a96e702dddc3ee1b:/unix/configure.ac diff --git a/unix/configure.ac b/unix/configure.ac index e1e33acb..0cbd5cee 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -15,13 +15,16 @@ if test "X$GCC" = Xyes; then fi AC_CHECK_HEADERS([sys/sockio.h],,,[ ]) +AC_CHECK_HEADERS([utmpx.h],,,[ +#include +#include ]) AM_PATH_GTK([1.2.0], [all_targets="all-cli all-gtk"], [all_targets="all-cli"]) AC_SUBST([all_targets]) AC_SEARCH_LIBS([socket], [xnet]) -AC_CHECK_FUNCS([getaddrinfo ptsname pututline setresuid strsignal]) +AC_CHECK_FUNCS([getaddrinfo ptsname setresuid strsignal]) AC_OUTPUT @@ -37,7 +40,7 @@ AH_BOTTOM([ #ifndef HAVE_STRSIGNAL # define HAVE_NO_STRSIGNAL #endif -#ifndef HAVE_PUTUTLINE +#ifndef HAVE_UTMPX_H # define OMIT_UTMP #endif #ifndef HAVE_PTSNAME