From b7cddc92103439071757370c99c200758ca41409 Mon Sep 17 00:00:00 2001 From: ayin Date: Wed, 18 Jan 2006 11:28:42 +0000 Subject: [PATCH] Don't include stdint.h in the struct utmp check. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce394e90..6bb91797 100644 --- a/configure.ac +++ b/configure.ac @@ -735,7 +735,6 @@ dnl# -------------------------------------------- AC_CHECK_HEADER(utmp.h, [AC_CACHE_CHECK([for struct utmp], rxvt_cv_struct_utmp, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include -#include #include ]], [[struct utmp ut;]])],[rxvt_cv_struct_utmp=yes],[rxvt_cv_struct_utmp=no])]) if test x$rxvt_cv_struct_utmp = xyes; then AC_DEFINE(HAVE_STRUCT_UTMP, 1, Define if utmp.h has struct utmp) -- 2.34.1