From: ayin Date: Wed, 18 Jan 2006 11:28:42 +0000 (+0000) Subject: Don't include stdint.h in the struct utmp check. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b7cddc92103439071757370c99c200758ca41409;p=dana%2Furxvt.git Don't include stdint.h in the struct utmp check. --- 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)