Don't include stdint.h in the struct utmp check.
authorayin <ayin>
Wed, 18 Jan 2006 11:28:42 +0000 (11:28 +0000)
committerayin <ayin>
Wed, 18 Jan 2006 11:28:42 +0000 (11:28 +0000)
configure.ac

index ce394e9..6bb9179 100644 (file)
@@ -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 <sys/types.h>
-#include <stdint.h>
 #include <utmp.h>]], [[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)