Fixed configure scripts
This commit is contained in:
parent
af310178c6
commit
92cac004da
@ -183,7 +183,7 @@
|
||||
#undef HAVE_UTMPX_H
|
||||
|
||||
/* Define if you have the utmp.ut_id strcuture member */
|
||||
#undef HAVE_UTMP_UT_ID
|
||||
#undef HAVE_STRUCT_UTMP_UT_ID
|
||||
|
||||
/* Define if you have the memcpy function. */
|
||||
#undef HAVE_MEMCPY
|
||||
|
6
configure
vendored
6
configure
vendored
@ -6492,7 +6492,8 @@ _ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
#include <utmp.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
@ -6527,7 +6528,8 @@ _ACEOF
|
||||
cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
#include <utmp.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
@ -237,7 +237,7 @@ AC_TYPE_SIZE_T
|
||||
AC_STRUCT_ST_BLKSIZE
|
||||
AC_HEADER_STAT
|
||||
AC_STRUCT_TM
|
||||
AC_CHECK_MEMBERS([struct utmp.ut_id])
|
||||
AC_CHECK_MEMBERS([struct utmp.ut_id],,,[#include <utmp.h>])
|
||||
|
||||
dnl
|
||||
dnl Checks for library functions.
|
||||
|
Reference in New Issue
Block a user